mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
Add sorting to stickyban list
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
if(!check_rights(R_BAN))
|
||||
return
|
||||
|
||||
var/list/bans = world.GetConfig("ban")
|
||||
var/list/bans = sortList(world.GetConfig("ban"))
|
||||
var/banhtml = ""
|
||||
for(var/key in bans)
|
||||
var/ckey = ckey(key)
|
||||
|
||||
Reference in New Issue
Block a user