ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/player.C
(Generate patch)

Comparing deliantra/server/server/player.C (file contents):
Revision 1.89 by root, Sun Jan 7 02:39:14 2007 UTC vs.
Revision 1.90 by root, Sun Jan 7 21:54:59 2007 UTC

280} 280}
281 281
282void 282void
283player::disconnect () 283player::disconnect ()
284{ 284{
285 //TODO: don't be so harsh and destroy :)
286 if (ns) 285 if (ns)
287 { 286 {
288 if (active) 287 if (active)
289 INVOKE_PLAYER (LOGOUT, this, ARG_INT (0)); 288 INVOKE_PLAYER (LOGOUT, this, ARG_INT (0));
290 289

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines