Skip to content

Commit

Permalink
comment out instead of delete
Browse files Browse the repository at this point in the history
  • Loading branch information
UAC-MaxxLite committed Aug 20, 2024
1 parent f762249 commit 93a4386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions A3A/addons/core/functions/Builder/fn_buildingPlacer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ private _upKeyEH = _emptyDisplay displayAddEventHandler ["KeyUp", {
if ((A3A_building_EHDB # BUILD_OBJECT_SELECTED_STRING) isEqualTo "Land_Can_V2_F") exitwith {}; // temp objects not built.

if (_tempObject distance (A3A_building_EHDB # BUILD_RADIUS_OBJECT_CENTER) > (A3A_building_EHDB # BUILD_RADIUS)) exitwith {};
//if (isOnRoad getPosATL _tempObject)||() exitwith {}; // can't build on roads

private _price = (A3A_building_EHDB # OBJECT_PRICE);
private _supply = (A3A_building_EHDB # AVAILABLE_MONEY);
Expand Down

0 comments on commit 93a4386

Please sign in to comment.