mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Fixes error if next_map.json is missing (#34222)
This commit is contained in:
committed by
CitadelStationBot
parent
b2021912d7
commit
d8c3157741
@@ -27,7 +27,7 @@ SUBSYSTEM_DEF(mapping)
|
||||
#ifdef FORCE_MAP
|
||||
config = new(FORCE_MAP)
|
||||
#else
|
||||
config = new
|
||||
config = new(error_if_missing = FALSE)
|
||||
#endif
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user