mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Fix port defaults
This commit is contained in:
parent
305c86baa2
commit
822fd50fc1
6 changed files with 6 additions and 4 deletions
|
|
@ -2,6 +2,6 @@ module.exports = require('./gamespy3').extend({
|
|||
init: function() {
|
||||
this._super();
|
||||
this.maxAttempts = 2;
|
||||
this.port = 25565;
|
||||
this.options.port = 25565;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue