Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29773
Modified Files:
commands.cpp
Log Message:
Resend moved as well... almost missed it... and with this, I'm done removing simple commands from the core. :D
Index: commands.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/commands.cpp,v
retrieving revision 1.247
retrieving revision 1.248
diff -C2 -d -r1.247 -r1.248
*** commands.cpp 9 Jul 2004 10:10:28 -0000 1.247
--- commands.cpp 9 Jul 2004 10:14:02 -0000 1.248
***************
*** 252,266 ****
/*
- \command resend
- \description Resend the player and the surrounding objects.
- */
- void commandResend( cUOSocket* socket, const QString& command, const QStringList& args ) throw()
- {
- Q_UNUSED( args );
- Q_UNUSED( command );
- socket->resendPlayer( false );
- }
-
- /*
\command remove
\description Delete an item or character.
--- 252,255 ----
***************
*** 1032,1036 ****
{ "RELOAD", commandReload },
{ "REMOVE", commandRemove },
- { "RESEND", commandResend },
{ "RESTOCK", commandRestock },
{ "SAVE", commandSave },
--- 1021,1024 ----
|