mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fix Map JSON loading errors (#54563)
Also fixes that one runtime everyone runs into when they first load in
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
VM.map_file = "[map_file]"
|
||||
VM.config_filename = "data/next_map.json"
|
||||
var/json_value = list(
|
||||
"version" = MAP_CURRENT_VERSION,
|
||||
"map_name" = VM.map_name,
|
||||
"map_path" = VM.map_path,
|
||||
"map_file" = VM.map_file,
|
||||
|
||||
Reference in New Issue
Block a user