mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3835 from acemod/fix_comma
replace a comma with semi colon
This commit is contained in:
commit
1b5d0ccc7a
@ -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 {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user