We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fa0a6 commit cb8a5c9Copy full SHA for cb8a5c9
Data/Base.rte/Activities/Utility/DeliveryCreationHandler.lua
@@ -180,7 +180,7 @@ function DeliveryCreationHandler:Initialize(activity)
180
self.teamPresetTables[team]["Actors - Turrets"] = {};
181
182
for entity in module.Presets do
183
- if IsMOSRotating(entity) and ToMOSRotating(entity).IsBuyable then
+ if IsMOSRotating(entity) and ToMOSRotating(entity).IsBuyable and ToMOSRotating(entity).BuyableMode ~= 2 then
184
185
local entityInfoTable = {};
186
0 commit comments