Skip to content

Commit

Permalink
Respawn - fix script error (#9166)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Mar 20, 2023
1 parent bcbd762 commit f1fc0df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/respawn/functions/fnc_updateRallypoint.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* Public: No
*/

params ["_rallypoint", "_side", "_position"];
params ["_rallypoint", "_side"];
private _position = param [2, getpos _rallypoint];

if (!hasInterface) exitWith {};

Expand Down

0 comments on commit f1fc0df

Please sign in to comment.