Update type2type.dm

This commit is contained in:
LetterJay
2017-04-25 01:55:12 -05:00
committed by GitHub
parent 31e8bee39e
commit 9df952873b

View File

@@ -69,7 +69,7 @@
else
. = "0" + .
i++
return
return .
//Splits the text of a file at seperator and returns them in a list.
/world/proc/file2list(filename, seperator="\n")