Lets add some RED to that message

This commit is contained in:
nossr50 2012-03-09 16:42:15 -08:00
parent 7ff02e51f5
commit 0c8b944b12

View File

@ -44,7 +44,7 @@ public class PtpCommand implements CommandExecutor {
if(PP.getRecentlyHurt()+(30*1000) > System.currentTimeMillis()) if(PP.getRecentlyHurt()+(30*1000) > System.currentTimeMillis())
{ {
player.sendMessage("You've been hurt in the last 30 seconds and cannnot teleport."); player.sendMessage(ChatColor.RED+"You've been hurt in the last 30 seconds and cannnot teleport.");
return true; return true;
} }