Merge branch 'master' into develop

This commit is contained in:
kaltokri
2024-01-06 12:22:25 +01:00
@@ -5,6 +5,7 @@
-- This method is used by Moose developers and not mission builders.
ModuleLoader = 'Scripts/Moose/Modules.lua'
if io then
local f=io.open(ModuleLoader,"r")
if f~=nil then
io.close(f)
@@ -37,6 +38,9 @@ if f~=nil then
-- Skip the static part of this file completly
do return end
end
else
env.info( '*** MOOSE DYNAMIC INCLUDE NOT POSSIBLE (Desanitize io to use it) *** ' )
end
-- Individual Moose files are not found. Use the static code below.
env.info( '*** MOOSE STATIC INCLUDE START *** ' )