Pre-update tweaks (#1409)

Remove backup files
Reduce Travis' macro count
This commit is contained in:
skull132
2017-01-07 14:21:10 +02:00
committed by GitHub
parent a6b45c04f5
commit ffdc7e8db2
5 changed files with 1 additions and 1047 deletions
-1
View File
@@ -139,7 +139,6 @@ 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.total_dels++