Fixed typo in VON capability when starting server

This commit is contained in:
Björn Dahlgren 2015-01-16 22:50:31 +01:00
parent 5b736432d0
commit 33c88f3838

View File

@ -54,7 +54,7 @@ Server.prototype.start = function() {
var server = new ArmaServer({ var server = new ArmaServer({
battleEye: this.battle_eye ? 1 : 0, battleEye: this.battle_eye ? 1 : 0,
config: this.id, config: this.id,
disableVON: this.von ? 0 : 1, disableVoN: this.von ? 0 : 1,
hostname: this.title, hostname: this.title,
mods: this.mods, mods: this.mods,
password: this.password, password: this.password,