Skip to content

Commit

Permalink
Update admin_verbs.dm (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Nov 27, 2024
1 parent 5dcd2f1 commit 653971f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@

var/mob/M = usr
var/chosen = tgui_input_list(usr, "Please, select an area.", "Select an area.", GLOB.sorted_areas, timeout = 0)
chosen = pick(get_area_turfs(chosen))
var/turf/T = pick(get_area_turfs(chosen))
M.forceMove(T)

Expand Down

0 comments on commit 653971f

Please sign in to comment.