Update weakrefs.dm

This commit is contained in:
LetterJay
2017-11-14 13:06:53 -06:00
committed by GitHub
parent 8868a354b6
commit e0d291eb19
-5
View File
@@ -15,9 +15,4 @@
/datum/weakref/proc/resolve()
var/datum/D = locate(reference)
<<<<<<< HEAD
return D.weak_reference == src? D : null
=======
return (!QDELETED(D) && D.weak_reference == src) ? D : null
>>>>>>> bdfbafd... [READY]integrated circuitry port+upgrade. (#32481)