add 'source' property

This commit is contained in:
MihailRis
2024-11-10 20:09:07 +03:00
parent 354e67087c
commit 3fa5369c7c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ ContentPack ContentPack::read(const fs::path& folder) {
root.at("creator").get(pack.creator);
}
root.at("description").get(pack.description);
root.at("source").get(pack.source);
pack.folder = folder;
if (auto found = root.at("dependencies")) {