1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-18 15:01:26 +02:00

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

@ -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;
} }