remove queuemessage hack

This commit is contained in:
Glenn Maynard
2006-10-23 21:02:17 +00:00
parent 7a912fc728
commit 99a26fe6bc
+1 -2
View File
@@ -576,8 +576,7 @@ void LuaHelpers::ParseCommandList( Lua *L, const RString &sCommands, const RStri
bool bFirstParamIsString = bool bFirstParamIsString =
sName == "playcommand" || sName == "playcommand" ||
sName == "queuecommand" || sName == "queuecommand";
sName == "queuemessage";
for( unsigned i=1; i<cmd.m_vsArgs.size(); i++ ) for( unsigned i=1; i<cmd.m_vsArgs.size(); i++ )
{ {