Improved the ::ge command
This commit is contained in:
@@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user