Skip to content

Commit

Permalink
removed unused content
Browse files Browse the repository at this point in the history
  • Loading branch information
UAC-MaxxLite committed Aug 31, 2024
1 parent 49806cd commit 0689d07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions A3A/addons/core/functions/init/fn_initUtilityItems.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ _items append [
["Land_PlasticCase_01_small_black_F", 250, "Build Box (Extra Small)", "", ["place", "move", "build"]],
["Land_PlasticCase_01_medium_black_F", 500, "Build Box (Small)", "", ["place", "move", "build"]],
["A3AU_Build_Box_Large_1", 2500, "Build Box (Medium)", "", ["place", "move", "build"]],
["Land_PlasticCase_01_large_black_F", 5000, "Build Box (Large)", "", ["place", "move", "build"]],
["A3AU_Storage_Small", 500, "Storage (Small)", "", ["place", "move"]],
["A3AU_Storage_Medium", 1000, "Storage (Medium)", "", ["place", "move"]],
["A3AU_Storage_Large", 2000, "Storage (Large)", "", []]
["Land_PlasticCase_01_large_black_F", 5000, "Build Box (Large)", "", ["place", "move", "build"]]
// TODO: get larger box from somewhere
];

Expand Down

0 comments on commit 0689d07

Please sign in to comment.