mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] Fix Map JSON loading errors (#1460)
* Fix Map JSON loading errors (#54563) Also fixes that one runtime everyone runs into when they first load in * Fix Map JSON loading errors Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
This commit is contained in:
co-authored by
Jordan Brown
parent
cfd0b87411
commit
dc7d9a81a1
@@ -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