mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Improved the ::ge command
This commit is contained in:
parent
cb01ac0b04
commit
c3ffa5c17c
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()
|
val sellList = sellingMap.map { (name, amount) -> "[Selling] $name - $amount" }.sortedBy { it.length }.toMutableList()
|
||||||
|
|
||||||
sellList.reverse()
|
sellList.reverse()
|
||||||
sellList.add("<str> </str>")
|
sellList.add("<str> </str>")
|
||||||
sellList.reverse()
|
sellList.reverse()
|
||||||
|
|
||||||
SystemLogger.logInfo("bl: ${buyList.size} sl: ${sellList.size}")
|
SystemLogger.logInfo("bl: ${buyList.size} sl: ${sellList.size}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue