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

Comparing deliantra/server/server/c_wiz.C (file contents):
Revision 1.23 by root, Thu Dec 14 04:30:32 2006 UTC vs.
Revision 1.24 by root, Thu Dec 21 06:12:37 2006 UTC

241 { 241 {
242 new_draw_info_format (NDI_UNIQUE | NDI_ALL | NDI_RED, 5, op, "%s is kicked out of the game.", &op->name); 242 new_draw_info_format (NDI_UNIQUE | NDI_ALL | NDI_RED, 5, op, "%s is kicked out of the game.", &op->name);
243 strcpy (op->contr->killer, "kicked"); 243 strcpy (op->contr->killer, "kicked");
244 } 244 }
245 245
246 pl->socket->status = Ns_Dead; 246 pl->socket->destroy ();
247 } 247 }
248 248
249 return 1; 249 return 1;
250} 250}
251 251

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines