@jtff/miztemplate-lib 3.5.1 → 3.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lua/lib/HoundElint.lua +7101 -7101
- package/lua/src/130-airboss.lua +1 -0
- package/package.json +1 -1
package/lua/src/130-airboss.lua
CHANGED
|
@@ -1083,6 +1083,7 @@ for index, airbossconfig in ipairs(AirBossConfig) do
|
|
|
1083
1083
|
MenuCoalitionCSGCommands = MenuCoalitionCSGCommandsRed
|
|
1084
1084
|
end
|
|
1085
1085
|
local objAirboss = AIRBOSS:New(airbossconfig.carriername, airbossconfig.alias)
|
|
1086
|
+
objAirboss:SetIntoWindLegacy(true)
|
|
1086
1087
|
objAirboss.menuObject = MENU_COALITION:New(
|
|
1087
1088
|
airbossconfig.coalition,
|
|
1088
1089
|
airbossconfig.alias,
|