Fixes parenthesis

This commit is contained in:
DZD
2015-08-03 11:56:52 -04:00
parent d9bb30f47a
commit 445b65c13f
+1 -1
View File
@@ -569,7 +569,7 @@ proc/dd_sortedObjectList(list/incoming)
/proc/subtypesof(var/path) //Returns a list containing all subtypes of the given path, but not the given path itself.
if(!path || !ispath(path))
CRASH("Invalid path, failed to fetch subtypes of \"[path]\".)")
CRASH("Invalid path, failed to fetch subtypes of \"[path]\".")
return (typesof(path) - path)
/datum/proc/dd_SortValue()