mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Fixes error if next_map.json is missing (#34222)
This commit is contained in:
@@ -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