Fix money bug

This commit is contained in:
Vortrex
2022-09-20 02:40:05 -05:00
parent 926dc7bfcd
commit b01baa7302

View File

@@ -594,7 +594,7 @@ function updateLocalPlayerMoney() {
}
if (typeof localPlayer.money != "undefined") {
localPlayer.money = toInteger(amount);
localPlayer.money = toInteger(localPlayerMoney);
}
if (getGame() == AGRP_GAME_GTA_IV) {