mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +01:00
Correct numbering for gtop list
This commit is contained in:
parent
2d2b6ccb60
commit
9f33d3387e
@ -64,7 +64,7 @@ public class gtop implements Cmd {
|
||||
break;
|
||||
|
||||
sender.sendMessage(Jobs.getLanguage().getMessage("command.gtop.output.list",
|
||||
"%number%", pi.getPositionForOutput(i-1),
|
||||
"%number%", pi.getPositionForOutput(i),
|
||||
"%playername%", One.getPlayerInfo().getName(),
|
||||
"%level%", One.getLevel(),
|
||||
"%exp%", One.getExp()));
|
||||
|
Loading…
Reference in New Issue
Block a user