mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Lets add some RED to that message
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user