mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fix away site blacklist breaking mapgen (#13665)
This commit is contained in:
@@ -60,7 +60,7 @@ var/datum/controller/subsystem/mapping/SSmapping
|
||||
if (banned_maps)
|
||||
var/mappath = MT.mappath
|
||||
if(list_find(banned_maps, mappath))
|
||||
break
|
||||
continue
|
||||
|
||||
map_templates[MT.name] = MT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user