]> jfr.im git - irc/gameservirc.git/commit - gameserv/Makefile.in
Fixed a bug that was deleting the aClient from the player list when they quit. Not...
authorkainazzzo <redacted>
Tue, 28 Oct 2003 12:18:50 +0000 (12:18 +0000)
committerkainazzzo <redacted>
Tue, 28 Oct 2003 12:18:50 +0000 (12:18 +0000)
commitdff2bbf42ac98466a763629634716e452824987d
tree94f661543ad6c9d6ac673839cc5126a4441f9ba0
parent571bd614a32f9927c602eeb19afaad3372a0f993
Fixed a bug that was deleting the aClient from the player list when they quit. Not really a bug... a logic error. We want the state of lists to be exactly the same as what happens when the loadg_gs_dbase() function is called: a player with a NULL name but with stats. Once they identify, they use the old data.

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@40 bc333340-6410-0410-a689-9d09f3c113fa
gameserv/Makefile.in
gameserv/gameserv.cpp
gameserv/tcpclient.cpp