Fix for game update v2.10.9

dev
peshomir 2025-08-16 10:27:58 +03:00
parent ea0449ee21
commit 52a5c03ad8
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ function applyPatches(/** @type {ModUtils} */ { replace, replaceOne, replaceRawC
+ "<br><a href='https://github.com/fxclient/FXclient' target='_blank'>Github repository</a></b>",`);
// 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."
+ "<div style='border: white; border-width: 1px; border-style: solid; margin: 10px; padding: 5px;'><h2>FX Client is not yet compatible with the latest version of the game.</h2><p>Updates should normally be available within a few hours.<br>You can still use FX to play in singleplayer mode.</p></div>",!0,[`
);