[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:
SkyratBot
2020-10-25 11:11:00 +01:00
committed by GitHub
co-authored by Jordan Brown
parent cfd0b87411
commit dc7d9a81a1
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -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,