mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-07 22:26:21 +00:00
8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
module.exports = require('./protocols/gamespy3').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.noChallenge = true;
|
|
this.pretty = 'Battlefield 2';
|
|
this.options.port = 29900;
|
|
}
|
|
});
|