From 57c816ce19bb83196c69de1e0a8bdebe38043f50 Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Wed, 10 Jul 2013 11:14:57 -0500 Subject: [PATCH] UT3 uses gamespy3, not gamespy1 --- protocols/ut3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ut3.js b/protocols/ut3.js index ea4889d..3e30089 100644 --- a/protocols/ut3.js +++ b/protocols/ut3.js @@ -1,4 +1,4 @@ -module.exports = require('./gamespy').extend({ +module.exports = require('./gamespy3').extend({ init: function() { this._super(); this.options.port = 6500;