mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
fix VV sadness (#7792)
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
|
|
||||||
if (VV_NUM)
|
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)
|
if (.["value"] == null)
|
||||||
.["class"] = null
|
.["class"] = null
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user