mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Another missing semi-colon
This commit is contained in:
parent
ee2cc22801
commit
0ff5e86b52
@ -20,5 +20,5 @@ params ["_unit", "_range"];
|
||||
|
||||
_proximityPlayers = (getPos _unit) nearEntities [["CAMAnBase"], _range];
|
||||
_proximityPlayers deleteAt (_proximityPlayers find _unit);
|
||||
_proximityPlayers append (crew vehicle _unit)
|
||||
_proximityPlayers append (crew vehicle _unit);
|
||||
_proximityPlayers
|
||||
|
Loading…
Reference in New Issue
Block a user