From cfddef776907ae354fa8ac0650762c7b706e0c2c Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:13:01 -0700 Subject: [PATCH] Update unsorted.dm --- code/__HELPERS/unsorted.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 41f2e1a49a..d2fd261217 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -470,7 +470,6 @@ Turf and target are separate in case you want to teleport some distance from a t if(istype(A,T)) . += A else - var/i = 0 while(i < lim) var/atom/A = processing_list[++i] processing_list += A.contents