Add ut3, ut2004, and maniaplanet protocol

This commit is contained in:
Michael Morrison 2013-07-10 09:53:43 -05:00
parent c4f66a72db
commit 1d2198373f
4 changed files with 122 additions and 1 deletions

6
protocols/ut2004.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = require('./gamespy').extend({
init: function() {
this._super();
this.options.port = 7778;
}
});