Comment out dev branch command

This commit is contained in:
SilentSpike 2015-07-04 17:40:23 +01:00
parent e56f022f5b
commit 19c16b1f59

View File

@ -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);
};
//};