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)