If someone were to have shell access and copy another persons player file.
The change the name, and other things.
Then if they were logged on at the same time, and one quit... You have this
code.


> -----Original Message-----
> From: Sandi Fallon [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, September 22, 2002 1:41 PM
> To: [email protected]
> Subject: Question about do_quit
> 
> 
>   Could someone please settle a dispute for me and explain 
> what kind of cheating these lines prevent?
> 
> From do_quit (act_comm.c):
> 
>         /* toast evil cheating bastards */
>         for(d = descriptor_list; d != NULL; d = d_next)
>         {
>                 CHAR_DATA *tch;
> 
>                 d_next = d->next;
>                 tch = d->original ? d->original : d->character;
>                 if(tch && tch->id == id)
>                 {
>                         extract_char(tch,TRUE);
>                         close_socket(d);
>                 }
>         }
> 
>  
> Sandi                            
> 
>             "SEGFAULT?!?  I have not yet begun to code!"
> 
> [EMAIL PROTECTED]                           blades.inetsolve.com 3333
> 
> 
> -- 
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom
> 

Reply via email to