Fixes built air meters not working

This commit is contained in:
CitadelStationBot
2017-05-21 22:29:15 -05:00
parent 5fd5e32628
commit 73aa9346e3
@@ -19,7 +19,7 @@
/obj/machinery/meter/Initialize(mapload)
. = ..()
SSair.atmos_machinery += src
if (mapload && !target)
if (!target)
target = locate(/obj/machinery/atmospherics/pipe) in loc
/obj/machinery/meter/Destroy()