mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Add ut3, ut2004, and maniaplanet protocol
This commit is contained in:
parent
c4f66a72db
commit
1d2198373f
4 changed files with 122 additions and 1 deletions
6
protocols/ut2004.js
Normal file
6
protocols/ut2004.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = require('./gamespy').extend({
|
||||
init: function() {
|
||||
this._super();
|
||||
this.options.port = 7778;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue