mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix object_monitorGear with R3F disabled
This commit is contained in:
@@ -103,7 +103,7 @@ if (!(isNull (findDisplay 106))) then {
|
|||||||
(_display displayCtrl (_imageIDCs select _i)) ctrlShow false;
|
(_display displayCtrl (_imageIDCs select _i)) ctrlShow false;
|
||||||
(_display displayCtrl (_valueIDCs 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 {
|
while {!(isNull (findDisplay 106))} do {
|
||||||
R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
|
R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
|
||||||
_control = _display displayCtrl 156;
|
_control = _display displayCtrl 156;
|
||||||
|
|||||||
Reference in New Issue
Block a user