From 85ab98e778b63b170500c8fbdbc1636c0a83542b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Tue, 3 Oct 2017 10:56:58 +0200 Subject: [PATCH] Fix file patching json key for server --- lib/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server.js b/lib/server.js index 8785564..8aca3d8 100644 --- a/lib/server.js +++ b/lib/server.js @@ -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,