Get string before format. (#3507)

This commit is contained in:
Jamie Sinn 2018-07-26 19:52:15 -04:00 committed by t00thpick1
parent b73eced36f
commit 210b418e44

View File

@ -95,7 +95,7 @@ public class MctopCommand implements TabExecutor {
seconds = 1;
}
sender.sendMessage(LocaleLoader.formatString("Commands.Database.Cooldown", seconds));
sender.sendMessage(LocaleLoader.formatString(LocaleLoader.getString("Commands.Database.Cooldown"), seconds));
return;
}