mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
conform isnil checking: respawn
This commit is contained in:
parent
1872b06235
commit
6a8c9f0ea8
@ -21,7 +21,7 @@ params ["_rallypoint", "_respawnMarker", "_side"];
|
|||||||
|
|
||||||
private _name = typeOf _rallypoint;
|
private _name = typeOf _rallypoint;
|
||||||
|
|
||||||
if (isNil _name) then {
|
if (isNil "_name") then {
|
||||||
missionNamespace setVariable [_name, _rallypoint];
|
missionNamespace setVariable [_name, _rallypoint];
|
||||||
|
|
||||||
_rallypoint setVariable [QGVAR(side), _side];
|
_rallypoint setVariable [QGVAR(side), _side];
|
||||||
|
Loading…
Reference in New Issue
Block a user