diff --git a/protocols/ut3.js b/protocols/ut3.js index 3e30089..4737643 100644 --- a/protocols/ut3.js +++ b/protocols/ut3.js @@ -2,7 +2,7 @@ module.exports = require('./gamespy3').extend({ init: function() { this._super(); this.options.port = 6500; - } + }, prepState: function(state) { this._super(state);