Respawn - fix script error (#9166)

This commit is contained in:
PabstMirror 2023-03-20 13:18:57 -05:00 committed by GitHub
parent bcbd762748
commit f1fc0df6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@
* Public: No * Public: No
*/ */
params ["_rallypoint", "_side", "_position"]; params ["_rallypoint", "_side"];
private _position = param [2, getpos _rallypoint];
if (!hasInterface) exitWith {}; if (!hasInterface) exitWith {};