Merge pull request #84 from Dahlgren/bugfix/server-json-file-patch

Fix file patching json key for server
This commit is contained in:
Björn Dahlgren 2017-10-03 10:59:31 +02:00 committed by GitHub
commit 056150a30a

View File

@ -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,