forked from 2009Scape/Server
command list is now sorted in alphabetical order
This commit is contained in:
parent
e7eec8153d
commit
f8b9d7bd6a
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class MiscCommandSet : CommandSet(Command.Privilege.ADMIN){
|
|||
}
|
||||
var lineid = 11
|
||||
player.packetDispatch.sendString("Commands",Components.QUESTJOURNAL_SCROLL_275,2)
|
||||
for(line in CommandMapping.getNames())
|
||||
for(line in CommandMapping.getNames().sorted())
|
||||
player.packetDispatch.sendString(line,Components.QUESTJOURNAL_SCROLL_275,lineid++)
|
||||
player.interfaceManager.open(Component(Components.QUESTJOURNAL_SCROLL_275))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue