mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 18:06:48 +01:00
Pre-update tweaks (#1409)
Remove backup files Reduce Travis' macro count
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user