1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 14:14:44 +02:00
This commit is contained in:
nossr50
2019-04-12 15:24:57 -07:00
parent 6e3c2fcb76
commit 8c0076ff80
2 changed files with 2 additions and 2 deletions
pom.xml
src/main/java/com/gmail/nossr50/commands/player

@ -98,7 +98,7 @@ public class McrankCommand implements TabExecutor {
long cooldownMillis = Math.max(Config.getInstance().getDatabasePlayerCooldown(), 1750);
if (mcMMOPlayer.getDatabaseATS() + cooldownMillis > System.currentTimeMillis()) {
sender.sendMessage(LocaleLoader.getString("Commands.Database.Cooldown", getCDSeconds(mcMMOPlayer, cooldownMillis));
sender.sendMessage(LocaleLoader.getString("Commands.Database.Cooldown", getCDSeconds(mcMMOPlayer, cooldownMillis)));
return;
}