mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +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() {
|
init: function() {
|
||||||
this._super();
|
this._super();
|
||||||
this.options.port = 6500;
|
this.options.port = 6500;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue