소스 검색

Fix another sync problem

Julian 17 년 전
부모
커밋
c0eb0c4976
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      L2_GameServer/java/net/sf/l2j/gameserver/model/L2Summon.java

+ 1 - 1
L2_GameServer/java/net/sf/l2j/gameserver/model/L2Summon.java

@@ -461,7 +461,7 @@ public abstract class L2Summon extends L2PlayableInstance
         
     }
 
-    public synchronized void unSummon(L2PcInstance owner)
+    public void unSummon(L2PcInstance owner)
     {
 		if (isVisible() && !isDead())
 	    {