Skip to content

Commit

Permalink
values must be strings
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll committed Oct 10, 2023
1 parent 5924bd8 commit 53597de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/terrortown/menus/gamemode/administration/roundsetup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ function CLGAMEMODESUBMENU:Populate(parent)
label = "label_inspect_confirm_mode",
serverConvar = "ttt2_inspect_confirm_mode",
choices = {{
value = 0,
value = "0",
title = "choice_inspect_confirm_mode_0"
},{
value = 1,
value = "1",
title = "choice_inspect_confirm_mode_1"
},{
value = 2,
value = "2",
title = "choice_inspect_confirm_mode_2"
}}
})
Expand Down

0 comments on commit 53597de

Please sign in to comment.