From 52a5c03ad8d26e9312cd4b9088df1f0269763962 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:27:58 +0300 Subject: [PATCH] Fix for game update v2.10.9 --- patches/patches.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patches.js b/patches/patches.js index a67e13a..5cbc57c 100644 --- a/patches/patches.js +++ b/patches/patches.js @@ -35,8 +35,8 @@ function applyPatches(/** @type {ModUtils} */ { replace, replaceOne, replaceRawC + "
Github repository",`); // Add update information - replaceRawCode(`new k("🚀 New Game Update","The game has been updated! Please reload the game.",!0,[`, - `new k("🚀 New Game Update","The game has been updated! Please reload the game." + replaceRawCode(`new k("🚀 New Game Update","The game was updated! Please reload the game.",!0,[`, + `new k("🚀 New Game Update","The game was updated! Please reload the game." + "

FX Client is not yet compatible with the latest version of the game.

Updates should normally be available within a few hours.
You can still use FX to play in singleplayer mode.

",!0,[` );