mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Last breaking change into mod system (will explain on forum)
- paths in "filesystem" node are now relative to mod directory - "filesystem" entry in mod.json is now optional - made "register object" log messages visible only in log - minor fixes, including #1173
This commit is contained in:
@@ -387,7 +387,7 @@ void CArtHandler::load(const JsonNode & node)
|
||||
art->id = artifacts.size();
|
||||
|
||||
artifacts.push_back(art);
|
||||
tlog3 << "Added artifact: " << entry.first << "\n";
|
||||
tlog5 << "Added artifact: " << entry.first << "\n";
|
||||
VLC->modh->identifiers.registerObject (std::string("artifact.") + art->Name(), art->id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user