From b81ca18316e3686960701ddcf711bd51b9da726b Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 28 Jun 2018 01:45:15 +0300 Subject: [PATCH] [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. --- apps/openmw/mwgui/container.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/openmw/mwgui/container.cpp b/apps/openmw/mwgui/container.cpp index f13184527..711f93ab6 100644 --- a/apps/openmw/mwgui/container.cpp +++ b/apps/openmw/mwgui/container.cpp @@ -391,8 +391,6 @@ namespace MWGui /* End of tes3mp change (major) */ - - mPtr = MWWorld::Ptr(); } }