From eaa30677d22a882abfa4e2777350a668acef6910 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:50:18 +0200 Subject: [PATCH] Update build script for game version 1.89.5 --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 5489188..33e557d 100644 --- a/build.js +++ b/build.js @@ -14,7 +14,7 @@ const replaceOne = (expression, replaceValue) => { return result; } -const dictionary = { __dictionaryVersion: "1.89.4 30 Jan 2024", playerId: "bA", playerNames: "gn", gIsSingleplayer: "fH", gIsTeamGame: "di" }; +const dictionary = { __dictionaryVersion: "1.89.5 31 Jan 2024", playerId: "bA", playerNames: "gn", gIsSingleplayer: "fH", gIsTeamGame: "di" }; if (!script.includes(`"${dictionary.__dictionaryVersion}"`)) throw new Error("Dictionary is outdated."); // Replace assets