Command/LuaManager: add legacy command parsing

Only enabled when compiling via CompileXNodeTree.
This commit is contained in:
Devin J. Pohly
2014-02-20 10:59:49 -05:00
parent c9ac7e7a53
commit a9d5931533
9 changed files with 41 additions and 15 deletions
+1 -1
View File
@@ -1030,7 +1030,7 @@ void ThemeManager::PushMetric( Lua *L, const RString &sMetricsGroup, const RStri
RString sName = ssprintf( "%s::%s", sMetricsGroup.c_str(), sValueName.c_str() );
if( EndsWith(sValueName, "Command") )
{
LuaHelpers::ParseCommandList( L, sValue, sName );
LuaHelpers::ParseCommandList( L, sValue, sName, false );
}
else
{