mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
UT3 uses gamespy3, not gamespy1
This commit is contained in:
parent
45dc08c946
commit
57c816ce19
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = require('./gamespy').extend({
|
||||
module.exports = require('./gamespy3').extend({
|
||||
init: function() {
|
||||
this._super();
|
||||
this.options.port = 6500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue