From f95075c5635a87fab16e30dcc6680734ab190093 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Wed, 29 Jul 2020 15:51:40 -0500 Subject: [PATCH] Update player_monitor.fsm --- SQF/dayz_code/system/player_monitor.fsm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/system/player_monitor.fsm b/SQF/dayz_code/system/player_monitor.fsm index 288dd255c..86f04a90b 100644 --- a/SQF/dayz_code/system/player_monitor.fsm +++ b/SQF/dayz_code/system/player_monitor.fsm @@ -1170,9 +1170,9 @@ class FSM "r_player_rh = player getVariable [""rh_factor"", false];" \n "" \n "if (Z_SingleCurrency) then {" \n - " player setVariable [Z_MoneyVariable, _characterCoins, true];" \n - " player setVariable [Z_globalVariable, _globalCoins, true];" \n - " player setVariable [Z_BankVariable, _bankCoins, true];" \n + " player setVariable [""cashMoney"", _characterCoins, true];" \n + " player setVariable [""globalMoney"", _globalCoins, true];" \n + " player setVariable [""bankMoney"", _bankCoins, true];" \n "};" \n "dayz_musicH = [] spawn player_music;" \n "dayz_slowCheck = [] spawn player_spawn_2;" \n