Remove space between if and (

This commit is contained in:
mochi
2020-06-10 00:00:05 +02:00
parent 89eedce967
commit 657e78b7e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
if(buckle_prevents_pull)
M.pulledby.stop_pulling()
if (LAZYLEN(M.grabbed_by))
if(LAZYLEN(M.grabbed_by))
for(var/obj/item/grab/G in M.grabbed_by)
qdel(G)