Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Repede committed Dec 7, 2023
1 parent 15dc533 commit 04861dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/adminjump.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
A = return_sorted_areas()[areaname]
else
var/newareaname = tgui_input_list(usr, "Pick an area:", "Jump to Area", return_sorted_areas())
A = return_sorted_areas()[newareaname]
A = return_sorted_areas()[newareaname] // YW EDIT - tgui_input_list returns strings even if var is area... Get area from name with this

if(!A)
return
Expand Down

0 comments on commit 04861dc

Please sign in to comment.