Merge pull request #15505 from SandPoot/playertimes-tgui

Player Playtime TGUI
This commit is contained in:
silicons
2022-02-26 18:08:18 -07:00
committed by GitHub
5 changed files with 193 additions and 6 deletions
+3
View File
@@ -140,3 +140,6 @@ GLOBAL_VAR_INIT(cmp_field, "name")
/proc/cmp_typepaths_asc(A, B)
return sorttext("[B]","[A]")
/proc/cmp_playtime(list/A, list/B)
return A["playtime"] - B["playtime"]