Forráskód Böngészése

Update L2Party.java

zarie 9 éve
szülő
commit
2f504c23bf

+ 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
-		}
 	}
 	
 	/**