replace a comma with semi colon

This commit is contained in:
commy2
2016-05-29 11:44:00 +02:00
parent 52ea640c4b
commit 1bd44e562a

View File

@ -22,7 +22,7 @@ params ["_unit", "_side", "_rallypoint"];
private "_toBase"; private "_toBase";
_toBase = _rallypoint find "_Base" != -1; _toBase = _rallypoint find "_Base" != -1;
_rallypoint = missionNamespace getVariable [_rallypoint, objNull], _rallypoint = missionNamespace getVariable [_rallypoint, objNull];
if (isNull _rallypoint) exitWith {}; if (isNull _rallypoint) exitWith {};