nossr50 пре 13 година
родитељ
комит
7ff02e51f5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/gmail/nossr50/commands/party/PtpCommand.java

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

@@ -42,7 +42,7 @@ public class PtpCommand implements CommandExecutor {
 		    return true;
 		}
 		
-		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.");
 		    return true;