mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Fixed typo in VON capability when starting server
This commit is contained in:
parent
5b736432d0
commit
33c88f3838
@ -54,7 +54,7 @@ Server.prototype.start = function() {
|
||||
var server = new ArmaServer({
|
||||
battleEye: this.battle_eye ? 1 : 0,
|
||||
config: this.id,
|
||||
disableVON: this.von ? 0 : 1,
|
||||
disableVoN: this.von ? 0 : 1,
|
||||
hostname: this.title,
|
||||
mods: this.mods,
|
||||
password: this.password,
|
||||
|
Loading…
Reference in New Issue
Block a user