Fix port defaults

This commit is contained in:
Michael Morrison 2013-07-10 05:40:41 -05:00
parent 305c86baa2
commit 822fd50fc1
6 changed files with 6 additions and 4 deletions

View file

@ -4,6 +4,7 @@ module.exports = require('./core').extend({
init: function() {
this._super();
this.goldsrc = false;
this.options.port = 27015;
},
run: function() {