[wpdev-commits] wolfpack commands.cpp,1.244,1.245
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-09 08:59:03
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17519 Modified Files: commands.cpp Log Message: Teleport moved as well. Index: commands.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/commands.cpp,v retrieving revision 1.244 retrieving revision 1.245 diff -C2 -d -r1.244 -r1.245 *** commands.cpp 9 Jul 2004 08:37:45 -0000 1.244 --- commands.cpp 9 Jul 2004 08:58:54 -0000 1.245 *************** *** 301,316 **** /* - \command tele - \description Transports you directly to the targetted location. - */ - void commandTele( cUOSocket* socket, const QString& command, const QStringList& args ) throw() - { - Q_UNUSED( socket ); - Q_UNUSED( command ); - Q_UNUSED( args ); - socket->attachTarget( new cTeleTarget ); - } - - /* \command save \description Forces the world to be saved. --- 301,304 ---- *************** *** 1104,1108 **** { "STAFF", commandStaff }, { "SPAWNREGION", commandSpawnRegion }, - { "TELE", commandTele }, { "WHO", commandWho }, { NULL, NULL } --- 1092,1095 ---- |