From 422b38f2ff28c02c8ed282a7e20247edff989886 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Wed, 29 Jul 2020 15:30:15 -0500 Subject: [PATCH] Update ui_changeDisplay.sqf --- SQF/dayz_code/compile/ui_changeDisplay.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/compile/ui_changeDisplay.sqf b/SQF/dayz_code/compile/ui_changeDisplay.sqf index b78102b52..bf36d4022 100644 --- a/SQF/dayz_code/compile/ui_changeDisplay.sqf +++ b/SQF/dayz_code/compile/ui_changeDisplay.sqf @@ -10,10 +10,12 @@ if !(DZE_UI == 0) then { "playerStatusGUI_legacy"; }; 3 cutRsc [_ui,"PLAIN",0]; + if (Z_singleCurrency) then {16 cutRsc ["ZSC_Money_Display","PLAIN"];}; call player_updateGui; //call ui_initDisplay; // I think this function is old and no longer necessary - JasonTM. //hintSilent ""; // not sure why this is here. } else { 3 cutRsc ["default","PLAIN",0]; + if (Z_singleCurrency) then {16 cutRsc ["default","PLAIN"];}; //hintSilent ""; // or here. };