mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Integrated defaultMods into mod system
This commit is contained in:
@ -223,7 +223,7 @@ std::vector<bool> ScriptHandler::getDefaultAllowed() const
|
||||
return std::vector<bool>();
|
||||
}
|
||||
|
||||
std::vector<JsonNode> ScriptHandler::loadLegacyData(size_t dataSize)
|
||||
std::vector<JsonNode> ScriptHandler::loadLegacyData()
|
||||
{
|
||||
return std::vector<JsonNode>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user