浏览代码

Update L2Party.java

zarie 9 年之前
父节点
当前提交
2f504c23bf
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      L2J_Server/java/com/l2jserver/gameserver/model/L2Party.java

+ 0 - 8
L2J_Server/java/com/l2jserver/gameserver/model/L2Party.java

@@ -636,10 +636,6 @@ public class L2Party extends AbstractPlayerGroup
 				broadcastToPartyMembers(target, msg);
 			}
 		}
-		else
-		{
-			// nothing, for AutoLoot
-		}
 	}
 	
 	/**
@@ -681,10 +677,6 @@ public class L2Party extends AbstractPlayerGroup
 				broadcastToPartyMembers(looter, msg);
 			}
 		}
-		else
-		{
-			// nothing, for AutoLoot
-		}
 	}
 	
 	/**