mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Update the codebase to 515. (#15553)
* Update the codebase to 515. * edit that * WHOOPS * maor * maybe works * libcall and shit * do that too * remove that * auxtools isnt updated so get rid of it * actually remove auxtools lol Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ var/datum/admin_secrets/admin_secrets = new()
|
||||
items += item
|
||||
|
||||
for (var/datum/admin_secret_category/category in categories)
|
||||
sortTim(category.items, /proc/cmp_text_dsc)
|
||||
sortTim(category.items, GLOBAL_PROC_REF(cmp_text_dsc))
|
||||
|
||||
/datum/admin_secret_category
|
||||
var/name = ""
|
||||
|
||||
Reference in New Issue
Block a user