Merge pull request #2860 from VOREStation/polaris-sync-2018-01-27

Polaris Sync 2018-01-27
This commit is contained in:
Aronai Sieyes
2018-01-28 14:08:14 -05:00
committed by GitHub
106 changed files with 16929 additions and 105 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ SUBSYSTEM_DEF(garbage)
#endif
var/type = D.type
var/datum/qdel_item/I = items[type]
testing("GC: -- \ref[src] | [type] was unable to be GC'd --")
testing("GC: -- \ref[D] | [type] was unable to be GC'd --")
I.failures++
if (GC_QUEUE_HARDDELETE)
HardDelete(D)