[NO GBP] Fix jumpsuit quick toggle sensors (#83299)

## About The Pull Request
I made an oopsie after a review and didn't test it
## Why It's Good For The Game
bug fix
## Changelog
🆑
fix: jumpsuit sensors quick maxing now works
/🆑
This commit is contained in:
Sadboysuss
2024-05-19 22:00:23 -07:00
committed by GitHub
parent c9cd0ff650
commit 8ef96bb755
+1 -1
View File
@@ -340,7 +340,7 @@
/obj/item/clothing/under/CtrlClick(mob/user)
. = ..()
if(!.)
if(.)
return
if(!can_toggle_sensors(user))
return