further code optimizations in cable.dm

This commit is contained in:
paprka
2014-12-26 09:26:56 -08:00
parent 404da4dbdd
commit 3f41ca1a9a
-3
View File
@@ -695,9 +695,6 @@ obj/structure/cable/proc/avail()
if(U == T) //if clicked on the turf we're standing on, try to put a cable in the direction we're facing
for(var/obj/structure/lattice/catwalk/W in src)
catwalk_place(W,user)
return
place(T,user)
return