diff --git a/SQF/dayz_code/compile/player_updateGui.sqf b/SQF/dayz_code/compile/player_updateGui.sqf index cbbdb819b..dfaf9d3bc 100644 --- a/SQF/dayz_code/compile/player_updateGui.sqf +++ b/SQF/dayz_code/compile/player_updateGui.sqf @@ -328,6 +328,7 @@ if (dayz_humanitytarget != _string) then { // ZSC if (Z_singleCurrency) then { _display = uiNameSpace getVariable "ZSC_Money_Display"; + if (isNil "_display") exitWith {}; // not ready _ctrlZSC = _display displayCtrl 4900; _string = ""; if (Z_showCurrencyUI) then {