[Client] Don't clear container Ptrs when disposing of corpses

The reason for this is that only the server should be determine whether a corpse can be disposed of or not.
This commit is contained in:
David Cernat 2018-06-28 01:45:15 +03:00
parent 7ffdb18bf9
commit b81ca18316

View file

@ -391,8 +391,6 @@ namespace MWGui
/*
End of tes3mp change (major)
*/
mPtr = MWWorld::Ptr();
}
}