mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Comment out dev branch command
This commit is contained in:
parent
e56f022f5b
commit
19c16b1f59
@ -29,6 +29,6 @@ if !(_reason in _setHiddenReasons) then {
|
||||
_unit setVariable [QGVAR(setHiddenReasons), _setHiddenReasons, true];
|
||||
};
|
||||
|
||||
if !(isObjectHidden _unit) then {
|
||||
//if !(isObjectHidden _unit) then { (Uncomment when isObjectHidden hits stable branch)
|
||||
["hideObjectGlobal",[_unit,true]] call FUNC(serverEvent);
|
||||
};
|
||||
//};
|
||||
|
Loading…
Reference in New Issue
Block a user