mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-19 02:00:38 +01:00
syntax error in ut3
This commit is contained in:
parent
57c816ce19
commit
763f64ff09
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module.exports = require('./gamespy3').extend({
|
|||
init: function() {
|
||||
this._super();
|
||||
this.options.port = 6500;
|
||||
}
|
||||
},
|
||||
prepState: function(state) {
|
||||
this._super(state);
|
||||
|
||||
|
|
Loading…
Reference in a new issue