소스 검색

Bleed no longer tells you when a target has stopped bleeding, because its obvious!

nossr50 6 년 전
부모
커밋
e5e86246f3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/gmail/nossr50/runnables/skills/BleedTimerTask.java

+ 2 - 2
src/main/java/com/gmail/nossr50/runnables/skills/BleedTimerTask.java

@@ -58,9 +58,9 @@ public class BleedTimerTask extends BukkitRunnable {
 
                 entry.setValue(entry.getValue() - 1);
 
-                if (entry.getValue() <= 0) {
+                /*if (entry.getValue() <= 0) {
                     NotificationManager.sendPlayerInformation(player, NotificationType.SUBSKILL_MESSAGE, "Swords.Combat.Bleeding.Stopped");
-                }
+                }*/
             }
             else {
                 damage = AdvancedConfig.getInstance().getRuptureDamageMobs();