UT3 uses gamespy3, not gamespy1

This commit is contained in:
Michael Morrison 2013-07-10 11:14:57 -05:00
parent 45dc08c946
commit 57c816ce19
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module.exports = require('./gamespy').extend({
module.exports = require('./gamespy3').extend({
init: function() {
this._super();
this.options.port = 6500;