Update _lists.dm

This commit is contained in:
LetterJay
2017-07-31 17:33:13 -05:00
committed by GitHub
parent 576ef2510c
commit 3be62f3ccd

View File

@@ -101,7 +101,7 @@
for (var/thing in atoms)
var/atom/A = thing
if (!typecache[A.type])
. += A
. += A
//Like typesof() or subtypesof(), but returns a typecache instead of a list
/proc/typecacheof(path, ignore_root_path, only_root_path = FALSE)