1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 05:55:27 +01:00

Archive variable translation fix

This commit is contained in:
Zrips 2024-04-17 11:53:50 +03:00
parent 49f0accf07
commit 700d2aacf0

View File

@ -486,7 +486,7 @@ public class JobsCommands implements CommandExecutor {
String message = Jobs.getLanguage().getMessage("command.stats.output.message",
"%joblevel%", level,
jobProg,
jobProg.getJob(),
"%jobxp%", Math.round(exp * 100.0) / 100.0,
"%jobmaxxp%", maxExperience);
return " " + jobProgressMessage(maxExperience, exp) + " " + message;