mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Where No Spaceman Has Gone Before: a space sector system (#11801)
This commit is contained in:
@@ -73,9 +73,9 @@
|
||||
log_ss("map_finalization", "Error while creating away mission datum: [ec]")
|
||||
continue
|
||||
|
||||
if(length(am.valid_maps))
|
||||
if(!(current_map.name in am.valid_maps))
|
||||
log_ss("map_finalization", "[current_map.name] is not a valid map for [am.name]")
|
||||
if(length(am.valid_sectors))
|
||||
if(!(SSatlas.current_sector.name in am.valid_sectors))
|
||||
log_ss("map_finalization", "[SSatlas.current_sector.name] is not a valid map for [am.name]")
|
||||
continue
|
||||
|
||||
if(!am.validate_maps(folder))
|
||||
|
||||
Reference in New Issue
Block a user