diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 1f410e148f..7a3ed902ea 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -390,8 +390,6 @@ . = ..() if(slot == SLOT_SHOES) RegisterSignal(user, COMSIG_MOB_CLIENT_MOVE,.proc/intercept_user_move) - else - UnregisterSignal(user, COMSIG_MOB_CLIENT_MOVE) /obj/item/clothing/shoes/wallwalkers/dropped(mob/user) . = ..()