removes early return (#12483)

This early return, while skipping a few things, is a bad ideaas this pretty much allowed silicons to still interact with the station off-z as it 'skipped' the check for it.
This commit is contained in:
DeltaFire15
2020-06-08 18:10:06 +02:00
committed by GitHub
parent 581470684a
commit efddaa8cad

View File

@@ -285,8 +285,6 @@
. = ..()
var/turf/ai = get_turf(src)
var/turf/target = get_turf(A)
if (.)
return
if(!target)
return