From 0f5075ccd0ffbca84e837bfce1a87b994802a358 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 16 Jan 2020 02:27:29 -0700 Subject: [PATCH] compile --- code/modules/movespeed/_movespeed_modifier.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/movespeed/_movespeed_modifier.dm b/code/modules/movespeed/_movespeed_modifier.dm index b1e41e2cdd8..a2f706f231c 100644 --- a/code/modules/movespeed/_movespeed_modifier.dm +++ b/code/modules/movespeed/_movespeed_modifier.dm @@ -83,7 +83,6 @@ GLOBAL_LIST_EMPTY(movespeed_modification_cache) if(existing) if(existing == type_or_datum) //same thing don't need to touch return TRUE - oldpriority = existing.priority remove_movespeed_modifier(existing, FALSE) LAZYINITLIST(movespeed_modification) var/listlen = length(movespeed_modification)