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