Prevent player getting removed from L2World twice.

This commit is contained in:
MobiusDev
2018-05-04 03:33:33 +00:00
parent 0a8d23fd17
commit 9245b78d19

View File

@@ -11538,9 +11538,6 @@ public final class L2PcInstance extends L2Playable
L2Event.savePlayerEventStatus(this); L2Event.savePlayerEventStatus(this);
} }
// Remove L2Object object from _allObjects of L2World
L2World.getInstance().removeObject(this);
try try
{ {
notifyFriends(); notifyFriends();