mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Move everything around Add another 50 or so games *** 'port' option should now be CONNECT port, not query port *** add reference for many missing games
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
module.exports = require('./quake2').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.responseHeader = 'n';
|
|
this.isQuake1 = true;
|
|
}
|
|
});
|