mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Respawn - fix script error (#9166)
This commit is contained in:
parent
bcbd762748
commit
f1fc0df6ef
@ -17,7 +17,8 @@
|
||||
* Public: No
|
||||
*/
|
||||
|
||||
params ["_rallypoint", "_side", "_position"];
|
||||
params ["_rallypoint", "_side"];
|
||||
private _position = param [2, getpos _rallypoint];
|
||||
|
||||
if (!hasInterface) exitWith {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user