From 6088a4fd58a031fa111746f838440f0574b7e959 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:11:57 -0700 Subject: [PATCH] [MIRROR] hotfixing VV edit (#7775) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: CHOMPStation2 --- code/modules/admin/view_variables/get_variables.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/view_variables/get_variables.dm b/code/modules/admin/view_variables/get_variables.dm index f3fb4ea145..37bf71daec 100644 --- a/code/modules/admin/view_variables/get_variables.dm +++ b/code/modules/admin/view_variables/get_variables.dm @@ -97,7 +97,7 @@ if (VV_NUM) - .["value"] = tgui_input_number(usr, "Enter new number:", "Num", current_value) + .["value"] = tgui_input_number(usr, "Enter new number:", "Num", current_value, INFINITY, -INFINITY) if (.["value"] == null) .["class"] = null return