Upload files

This commit is contained in:
SandPoot
2022-02-15 22:16:07 -03:00
parent 289a3902b1
commit c42aa2c30a
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"]