mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
The horizon is now the default map if no map is set (#15948)
This commit is contained in:
@@ -255,9 +255,9 @@ var/datum/controller/subsystem/atlas/SSatlas
|
||||
log_ss("atlas", "Using configured map.")
|
||||
else
|
||||
log_ss("atlas", "-- WARNING: CONFIGURED MAP DOES NOT EXIST, IGNORING! --")
|
||||
. = "aurora"
|
||||
. = "sccv_horizon"
|
||||
else
|
||||
. = "aurora"
|
||||
. = "sccv_horizon"
|
||||
|
||||
/datum/controller/subsystem/atlas/proc/load_map_meta()
|
||||
// This needs to be done after current_map is set, but before mapload.
|
||||
|
||||
Reference in New Issue
Block a user