Update build script for game version 1.89.5
parent
dc5c9469ea
commit
eaa30677d2
2
build.js
2
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
|
||||
|
|
Loading…
Reference in New Issue