Shortened the hardcore mode message

This commit is contained in:
nossr50 2012-04-30 07:19:13 -07:00
parent 8da259cabc
commit 7e96ced4c4

View File

@ -22,6 +22,6 @@ public class Hardcore {
PP.modifySkill(st, newValue); 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.");
} }
} }