diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 0672ba1437f..032be33b187 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -620,7 +620,8 @@ var/global/BSACooldown = 0 return var/chosen = pick_closest_path(object) - + if(!chosen) + return if(ispath(chosen,/turf)) var/turf/T = get_turf(usr.loc) T.ChangeTurf(chosen)