Fix file patching json key for server

This commit is contained in:
Björn Dahlgren 2017-10-03 10:56:58 +02:00
parent 6de8246af2
commit 85ab98e778

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,