Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28885/network
Modified Files:
uosocket.cpp
Log Message:
fix
Index: uosocket.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v
retrieving revision 1.404
retrieving revision 1.405
diff -C2 -d -r1.404 -r1.405
*** uosocket.cpp 2 Sep 2004 23:29:51 -0000 1.404
--- uosocket.cpp 3 Sep 2004 20:37:44 -0000 1.405
***************
*** 477,481 ****
_player->onLogout();
_player->setSocket( NULL );
- _player->account()->setInUse( false );
// Remove the player from it's party
--- 477,480 ----
|