rej cleanup

This commit is contained in:
LetterJay
2017-04-25 02:11:11 -05:00
parent 172380af2b
commit 76ed57f90c
-10
View File
@@ -1,10 +0,0 @@
diff a/code/__HELPERS/type2type.dm b/code/__HELPERS/type2type.dm (rejected hunks)
@@ -72,7 +72,7 @@
return .
//Splits the text of a file at seperator and returns them in a list.
-/proc/file2list(filename, seperator="\n")
+/world/proc/file2list(filename, seperator="\n")
return splittext(return_file_text(filename),seperator)