From fafefddfb260d5ce45e09e1aa4261df2d8c86f72 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:12:59 +0300 Subject: [PATCH] Patch for new update --- patches.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches.js b/patches.js index 15d2fea..7a87af5 100644 --- a/patches.js +++ b/patches.js @@ -13,8 +13,8 @@ export default ({ replace, replaceOne, replaceRawCode, dictionary, matchOne, mat replaceOne(/(\(22,"logo",8,")[^"]+"\)/g, "$1" + assets.smallLogo + "\")"); // Add FX Client version info to the game version window - replaceRawCode(`ar.oa(4,1,new s8(L(252),gameVersion+"
"+ah.aC5+"",`, - `ar.oa(4,1,new s8(L(252),gameVersion+"
"+ah.aC5+"" + replaceRawCode(`ar.oa(4,1,new s8(L(254),gameVersion+"
"+ah.aC5+"",`, + `ar.oa(4,1,new s8(L(254),gameVersion+"
"+ah.aC5+"" + "

" + "FX Client v" + fx_version + " " + fx_update + "
FX Client Discord server" + "
Github repository
",`);