fix VV sadness (#7792)

This commit is contained in:
Cadyn
2024-02-19 23:21:01 -08:00
committed by GitHub
parent d54171efc8
commit 0385cd7111

View File

@@ -97,7 +97,7 @@
if (VV_NUM)
.["value"] = tgui_input_number(usr, "Enter new number:", "Num", current_value, INFINITY, -INFINITY)
.["value"] = tgui_input_number(usr, "Enter new number:", "Num", current_value, INFINITY, -INFINITY, round_value = FALSE)
if (.["value"] == null)
.["class"] = null
return