some more usr (#17013)

This commit is contained in:
Kashargul
2025-01-31 15:52:23 -05:00
committed by GitHub
parent 7be621e7c3
commit 8ea5bc3f35
3 changed files with 16 additions and 17 deletions
@@ -205,7 +205,6 @@
if("adjust temp")
target_temp = tgui_input_number(user, "Choose a target temperature.", "Temperature.", T20C, max_temp, min_temp, round_value = FALSE)
target_temp = CLAMP(target_temp, min_temp, max_temp)
update_icon()