Fix Map JSON loading errors (#54563)

Also fixes that one runtime everyone runs into when they first load in
This commit is contained in:
Jordan Brown
2020-10-24 23:47:12 -03:00
committed by GitHub
parent 9b756b4ee2
commit d240eb7fd6
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,