mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Remove pointless length()
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user