From 3f41ca1a9a7367ddc88c11bc302d2ef08810a9b7 Mon Sep 17 00:00:00 2001 From: paprka Date: Fri, 26 Dec 2014 09:26:56 -0800 Subject: [PATCH] further code optimizations in cable.dm --- code/modules/power/cable.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index 6ef1295fa37..88f0009415d 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -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