mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Get string before format. (#3507)
This commit is contained in:
parent
b73eced36f
commit
210b418e44
@ -95,7 +95,7 @@ public class MctopCommand implements TabExecutor {
|
|||||||
seconds = 1;
|
seconds = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
sender.sendMessage(LocaleLoader.formatString("Commands.Database.Cooldown", seconds));
|
sender.sendMessage(LocaleLoader.formatString(LocaleLoader.getString("Commands.Database.Cooldown"), seconds));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user