Skip to content

Commit

Permalink
Fix color selection in VV not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 31, 2024
1 parent 9d67503 commit 561ef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/view_variables/get_variables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 561ef0d

Please sign in to comment.