Selaa lähdekoodia

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

nossr50 6 vuotta sitten
vanhempi
sitoutus
e5e86246f3

+ 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();