mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Easy debugging for all Moosers #2093
Enables everybody to use load Moose from an external full path. This is needed to use PyCharm with EmmyLua Debugger. Needs also De-Sanitize to load mission script with full path.
This commit is contained in:
@@ -18,5 +18,7 @@ __Moose.Include = function( IncludeFile )
|
||||
end
|
||||
|
||||
__Moose.Includes = {}
|
||||
|
||||
__Moose.Include( 'Scripts/Moose/Modules.lua' )
|
||||
if not MOOSE_DEVELOPMENT_FOLDER then
|
||||
MOOSE_DEVELOPMENT_FOLDER='Scripts'
|
||||
end
|
||||
__Moose.Include( MOOSE_DEVELOPMENT_FOLDER..'/Moose/Modules.lua' )
|
||||
|
||||
Reference in New Issue
Block a user