Command/LuaManager: add legacy command parsing
Only enabled when compiling via CompileXNodeTree.
This commit is contained in:
+2
-1
@@ -580,7 +580,8 @@ namespace
|
||||
|
||||
if( EndsWith(sName, "Command") )
|
||||
{
|
||||
LuaHelpers::ParseCommandList( L, sExpression, sFile );
|
||||
// Use legacy parsing
|
||||
LuaHelpers::ParseCommandList( L, sExpression, sFile, true );
|
||||
}
|
||||
else if( sExpression.size() > 0 && sExpression[0] == '@' )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user