mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Fix file patching json key for server
This commit is contained in:
parent
6de8246af2
commit
85ab98e778
@ -281,7 +281,7 @@ Server.prototype.toJSON = function () {
|
|||||||
auto_start: this.auto_start,
|
auto_start: this.auto_start,
|
||||||
battle_eye: this.battle_eye,
|
battle_eye: this.battle_eye,
|
||||||
id: this.id,
|
id: this.id,
|
||||||
filePatching: this.file_patching,
|
file_patching: this.file_patching,
|
||||||
forcedDifficulty: this.forcedDifficulty,
|
forcedDifficulty: this.forcedDifficulty,
|
||||||
max_players: this.max_players,
|
max_players: this.max_players,
|
||||||
missions: this.missions,
|
missions: this.missions,
|
||||||
|
Loading…
Reference in New Issue
Block a user