node-gamedig/games/wolfenstein2009.js

13 lines
305 B
JavaScript

// this was assembled from old docs and not tested
// hopefully it still works
module.exports = require('./protocols/doom3').extend({
init: function() {
this._super();
this.pretty = 'Wolfenstein 2009';
this.hasSpaceBeforeClanTag = true;
this.hasClanTag = true;
this.hasTypeFlag = true;
}
});