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 << "(";
|
s << "\tself:" << sName << "(";
|
||||||
|
|
||||||
bool bFirstParamIsString =
|
bool bFirstParamIsString =
|
||||||
sName == "playcommand" ||
|
sName == "playcommand";
|
||||||
sName == "queuecommand";
|
|
||||||
|
|
||||||
for( unsigned i=1; i<cmd.m_vsArgs.size(); i++ )
|
for( unsigned i=1; i<cmd.m_vsArgs.size(); i++ )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user