version 1.157 | | version 1.158 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.157 2006/01/09 19:35:13 cavesomething Exp $"; | | * "$Id: apply.c,v 1.158 2006/01/15 16:50:32 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save."); | | new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save."); |
return; | | return; |
} | | } |
| |
|
| | /* Lauwenmark : Here we handle the LOGOUT global event */
|
| | execute_global_event(EVENT_LOGOUT, pl->contr, pl->contr->socket.host);
|
| |
|
/* Need to call terminate_all_pets() before we remove the player ob */ | | /* Need to call terminate_all_pets() before we remove the player ob */ |
terminate_all_pets(pl); | | terminate_all_pets(pl); |
remove_ob(pl); | | remove_ob(pl); |