From 561ef0dda578fe4c60f0481ba7ddb9873d0dfd20 Mon Sep 17 00:00:00 2001 From: Lucy Date: Fri, 31 May 2024 14:55:56 -0400 Subject: [PATCH] Fix color selection in VV not working --- 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 ef795e71f974..a453e735d9ff 100644 --- a/code/modules/admin/view_variables/get_variables.dm +++ b/code/modules/admin/view_variables/get_variables.dm @@ -331,7 +331,7 @@ .["value"] = D if(VV_COLOR) - .["value"] = tgui_color_picker("Enter new color:", "Color", current_value) + .["value"] = tgui_color_picker(usr, "Enter new color:", "Color", current_value) if(.["value"] == null) .["class"] = null return