dynamic::create_map, dynamic::create_list

This commit is contained in:
MihailRis
2024-05-09 20:30:14 +03:00
parent 7270e0ba24
commit debdec1dc2
6 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void ContentLoader::fixPackIndices() {
if (fs::is_regular_file(indexFile)) {
root = files::read_json(indexFile);
} else {
root = std::make_shared<dynamic::Map>();
root = dynamic::create_map();
}
bool modified = false;