Fix away ships not spawning (#19812)

![dead_inside](https://github.com/user-attachments/assets/756c697c-d6ff-4ad3-a5c2-61f105eab963)

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-08-20 23:53:27 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 5b2e3fdfef
commit 212bcc2d5d
-4
View File
@@ -73,11 +73,7 @@ SUBSYSTEM_DEF(mapping)
var/datum/map_template/MT = new map_template_type()
if (banned_maps)
var/is_banned = FALSE
if(banned_maps.Find(MT.mappath))
is_banned = TRUE
break
if (is_banned)
continue
map_templates[MT.id] = MT