1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-05 11:16:24 +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())
{
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;
}