Merge pull request #3835 from acemod/fix_comma

replace a comma with semi colon
This commit is contained in:
bux578 2016-05-29 12:02:54 +02:00
commit 1b5d0ccc7a

View File

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