Updated some logic for scripting ...

This commit is contained in:
Sven Van de Velde
2016-01-19 10:46:33 +01:00
parent 0fffaa854d
commit a391ca6ef3
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ dofile('Scripts/ScriptingSystem.lua')
Include = {}
Include.LoadPath = 'Scripts/MOOSE'
Include.LoadPath = 'Scripts/MOOSE/MOOSE'
Include.Files = {}
Include.File = function( IncludeFile )