diff --git a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 1a31c14d8c..74be58efa0 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -11538,9 +11538,6 @@ public final class L2PcInstance extends L2Playable L2Event.savePlayerEventStatus(this); } - // Remove L2Object object from _allObjects of L2World - L2World.getInstance().removeObject(this); - try { notifyFriends();