Update ui_changeDisplay.sqf

This commit is contained in:
worldwidesorrow
2020-07-29 15:30:15 -05:00
committed by GitHub
parent b0e9c39118
commit 422b38f2ff

View File

@@ -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.
};