remove queuecommandm hack
This commit is contained in:
@@ -575,8 +575,7 @@ void LuaHelpers::ParseCommandList( Lua *L, const RString &sCommands, const RStri
|
||||
s << "\tself:" << sName << "(";
|
||||
|
||||
bool bFirstParamIsString =
|
||||
sName == "playcommand" ||
|
||||
sName == "queuecommand";
|
||||
sName == "playcommand";
|
||||
|
||||
for( unsigned i=1; i<cmd.m_vsArgs.size(); i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user