Skip to content

Commit

Permalink
Fir typo in initBuildingTypes.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparker95 committed Nov 7, 2020
1 parent b809ab0 commit 4b3dcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Location/initBuildingTypes.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ _location_bp_Boats =
[["Pier3_clutter"],[[4.2606,13.296,-0.0875168,273.017]]],
[["Pier1_tyres"],[[3.95416,1.05426,-0.199099,273.017]]],
[["Pier2"],[[7.30126,269.192,-0.286825,181.581]]],
[["Pier1_clutter"],[[3.48324,356.23,-0.169113,273.017]]]]
[["Pier1_clutter"],[[3.48324,356.23,-0.169113,273.017]]]
];

location_bp_Boats = _location_bp_Boats call _createHashmapFromBuildingPositions;
Expand Down

0 comments on commit 4b3dcde

Please sign in to comment.