Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoSchaap committed Jun 19, 2013
1 parent e810bcf commit b02e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/spawning/boatCreation.sqf
Expand Up @@ -13,7 +13,7 @@ _markerPos = _this select 0;
_boattype = BoatList call BIS_fnc_selectRandom;
_type = 3;

_pos = [_markerPos, 0, 15, 5, 2, 60 * (pi / 180), 0, [[], _markerPos]] call BIS_fnc_findSafePos;
_pos = [_markerPos, 1, 15, 5, 2, 60 * (pi / 180), 0, [], [[], _markerPos]] call BIS_fnc_findSafePos;

//Car Initialization
_boat = createVehicle [_boattype,_pos, [], 0, "None"];
Expand Down

0 comments on commit b02e326

Please sign in to comment.