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:
parent
49f0accf07
commit
700d2aacf0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user