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
",`);