Fix object_monitorGear with R3F disabled

This commit is contained in:
ebaydayz
2016-04-09 20:36:36 -04:00
parent 268d2fe018
commit 6d3bf3b855

View File

@@ -103,7 +103,7 @@ if (!(isNull (findDisplay 106))) then {
(_display displayCtrl (_imageIDCs select _i)) ctrlShow false;
(_display displayCtrl (_valueIDCs select _i)) ctrlShow false;
};
if (isNull _object) then {
if (DZE_R3F_WEIGHT && {isNull _object}) then {
while {!(isNull (findDisplay 106))} do {
R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
_control = _display displayCtrl 156;