Fixes a runtime with drones building lights.

This commit is contained in:
Zuhayr
2014-05-11 22:31:27 +09:30
parent 45255e9e2e
commit 582a8e817a
2 changed files with 11 additions and 6 deletions

View File

@@ -168,7 +168,7 @@
newlight = new /obj/machinery/light/small/built(src.loc)
newlight.dir = src.dir
newlight.fingerprints |= src.fingerprints
src.transfer_fingerprints_to(newlight)
del(src)
return
..()