Kaynağa Gözat

Shortened the hardcore mode message

nossr50 13 yıl önce
ebeveyn
işleme
7e96ced4c4

+ 1 - 1
src/main/java/com/gmail/nossr50/util/Hardcore.java

@@ -22,6 +22,6 @@ public class Hardcore {
             PP.modifySkill(st, newValue);
         }
         
-        player.sendMessage(ChatColor.GOLD+"[mcMMO] "+ChatColor.DARK_RED+"You've suffered a penalty to your knowledge from death.");
+        player.sendMessage(ChatColor.GOLD+"[mcMMO] "+ChatColor.DARK_RED+"You've suffered a penalty to skills from death.");
     }
 }