Command/LuaManager: add legacy command parsing
Only enabled when compiling via CompileXNodeTree.
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ void OptionsList::Load( RString sType, PlayerNumber pn )
|
||||
|
||||
RString sRowCommands = LINE(sLineName);
|
||||
Commands cmds;
|
||||
ParseCommands( sRowCommands, cmds );
|
||||
ParseCommands( sRowCommands, cmds, false );
|
||||
|
||||
OptionRowHandler *pHand = OptionRowHandlerUtil::Make( cmds );
|
||||
if( pHand == NULL )
|
||||
|
||||
Reference in New Issue
Block a user