Skip to content

Commit

Permalink
remove fuel stations again
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Jun 2, 2019
1 parent a239474 commit e034b97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BC_setup/functions/server/fn_removeFuelStations.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (!isServer) exitWith {};
/*

private _pumps = nearestObjects [
[(worldSize/2), (worldSize/2), 0],
[
Expand All @@ -17,5 +17,4 @@ private _pumps = nearestObjects [
{
_x setFuelCargo 0; // necessary?
[_x, 0] call ace_refuel_fnc_setFuel;
}forEach _pumps;
*/
}forEach _pumps;

0 comments on commit e034b97

Please sign in to comment.