mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fix away ships not spawning (#19812)
 Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user