Merge remote-tracking branch 'upstream/master' into dev-freeze

Conflicts:
	code/_helpers/unsorted.dm
This commit is contained in:
PsiOmega
2015-09-26 08:43:06 +02:00
8 changed files with 39 additions and 24 deletions

View File

@@ -146,6 +146,7 @@ world/loop_checks = 0
return
if(!istype(A))
warning("qdel() passed object of type [A.type]. qdel() can only handle /datum types.")
crash_with("qdel() passed object of type [A.type]. qdel() can only handle /datum types.")
del(A)
if(garbage_collector)
garbage_collector.dels++