Removes comment

This commit is contained in:
Jordie0608
2014-10-15 00:40:22 +11:00
parent bb7cf63f88
commit 9ea09e78e5
-1
View File
@@ -397,7 +397,6 @@ var/global/list/g_fancy_list_of_types = null
set category = "Debug"
set name = "Del-All"
// usng "safe" to prevent REALLY stupid deletions
var/list/matches = get_fancy_list_of_types()
if (!isnull(object) && object!="")
matches = filter_fancy_list(matches, object)