mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-03 23:19:22 +02:00
Rename toJson to toString/toCompactString for consistency
This commit is contained in:
@@ -1201,7 +1201,7 @@ void CTownHandler::initializeRequirements()
|
||||
{
|
||||
logMod->error("Unexpected length of town buildings requirements: %d", node.Vector().size());
|
||||
logMod->error("Entry contains: ");
|
||||
logMod->error(node.toJson());
|
||||
logMod->error(node.toString());
|
||||
}
|
||||
|
||||
auto index = VLC->identifiers()->getIdentifier(requirement.town->getBuildingScope(), node[0]);
|
||||
|
||||
Reference in New Issue
Block a user