mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix
This commit is contained in:
parent
fb56350217
commit
932e17cea4
@ -32,7 +32,7 @@ private "_embargoTimeVarName";
|
||||
_embargoTimeVarName = format ["ACE_PE_%1", _varName];
|
||||
|
||||
// If we are on embargo, exit
|
||||
if !(isNil (_object getVariable _embargoTimeVarName)) exitWith {}
|
||||
if !(isNil {_object getVariable _embargoTimeVarName}) exitWith {};
|
||||
|
||||
// Publish
|
||||
_object setVariable [_varName, _value, true];
|
||||
|
Loading…
Reference in New Issue
Block a user