mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-08 16:32:21 +00:00
Fixes a runtime with drones building lights.
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user