conform isnil checking: respawn

This commit is contained in:
Whigital 2020-02-11 23:46:14 +01:00
parent 1872b06235
commit 6a8c9f0ea8

View File

@ -21,7 +21,7 @@ params ["_rallypoint", "_respawnMarker", "_side"];
private _name = typeOf _rallypoint;
if (isNil _name) then {
if (isNil "_name") then {
missionNamespace setVariable [_name, _rallypoint];
_rallypoint setVariable [QGVAR(side), _side];