View Single Post
  #2  
Old 12-26-2003, 10:16 AM
farce
Hill Giant
 
Join Date: Feb 2003
Posts: 126
Default

Bigpull found the offending code.

in Client:eath() in attack.cpp replace line 1148 "entity_list.RemoveMob(GetID());" with entity_list.RemoveClient(GetID());
Reply With Quote