Explorar el Código

Lets add some RED to that message

nossr50 hace 13 años
padre
commit
0c8b944b12

+ 1 - 1
src/main/java/com/gmail/nossr50/commands/party/PtpCommand.java

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