From 763f64ff09e1d10f4481caad157ad5a3539a711a Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Wed, 10 Jul 2013 11:17:11 -0500 Subject: [PATCH] syntax error in ut3 --- protocols/ut3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);