Remove pointless length()

This commit is contained in:
mochi
2020-06-24 11:16:52 +02:00
parent f33ed5c5bc
commit 230bde11c3
+1 -1
View File
@@ -66,7 +66,7 @@
if(buckle_prevents_pull)
M.pulledby.stop_pulling()
if(length(M.grabbed_by))
if(M.grabbed_by)
for(var/obj/item/grab/G in M.grabbed_by)
qdel(G)