done in GetName

This commit is contained in:
Glenn Maynard
2007-05-03 17:21:05 +00:00
parent 1b68b6ee35
commit 1b09a28612
-2
View File
@@ -766,8 +766,6 @@ void LuaHelpers::ParseCommandList( Lua *L, const RString &sCommands, const RStri
{
const Command& cmd = (*c);
RString sName = cmd.GetName();
TrimLeft( sName );
TrimRight( sName );
s << "\tself:" << sName << "(";
for( unsigned i=1; i<cmd.m_vsArgs.size(); i++ )