forked from 2009Scape/Server
Improved the ::ge command
This commit is contained in:
parent
ef0d8926b8
commit
a3df4f035f
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ class MiscCommandSet : CommandSet(Command.Privilege.ADMIN){
|
|||
val sellList = sellingMap.map { (name, amount) -> "[Selling] $name - $amount" }.sortedBy { it.length }.toMutableList()
|
||||
|
||||
sellList.reverse()
|
||||
sellList.add("<str> </str>")
|
||||
sellList.add("<str> </str>")
|
||||
sellList.reverse()
|
||||
|
||||
SystemLogger.logInfo("bl: ${buyList.size} sl: ${sellList.size}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue