procs
This commit is contained in:
@@ -173,7 +173,7 @@ GLOBAL_LIST_EMPTY(teleportlocs)
|
||||
if (picked && is_station_level(picked.z))
|
||||
GLOB.teleportlocs[AR.name] = AR
|
||||
|
||||
sortTim(GLOB.teleportlocs, /proc/cmp_text_asc)
|
||||
sortTim(GLOB.teleportlocs, GLOBAL_PROC_REF(cmp_text_asc))
|
||||
|
||||
/**
|
||||
* Called when an area loads
|
||||
|
||||
Reference in New Issue
Block a user