This commit is contained in:
SandPoot
2021-10-17 21:40:39 -03:00
parent 17986fea3f
commit 45ef0fe5ca
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")
else
choices[C] = C
choices = sortList(choices)
var/selection = tgui_input_list("Please, select a player!", "Ignore", choices)
var/selection = tgui_input_list(src, "Please, select a player!", "Ignore", choices)
if(!selection || !(selection in choices))
return
selection = choices[selection]