Revert "It's never ogre with these hatelist crashes.."

This reverts commit dffee38dc6.
This commit is contained in:
SecretsOTheP
2014-04-23 12:50:25 -04:00
parent 6aa0c9d694
commit 9502f0aadf
9 changed files with 7 additions and 34 deletions
+2
View File
@@ -401,6 +401,8 @@ Mob::~Mob()
if(!corpse || (corpse && !corpse->IsPlayerCorpse()))
entity_list.QueueClients(this, &app, true);
entity_list.RemoveFromTargets(this, true);
if(trade) {
Mob *with = trade->With();
if(with && with->IsClient()) {