mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Merge pull request #2936 from Laserlicht/json_fix
[fix] no invalid json
This commit is contained in:
@@ -65,7 +65,11 @@ void SettingsStorage::init(const std::string & dataFilename, const std::string &
|
|||||||
|
|
||||||
// Probably new install. Create config file to save settings to
|
// Probably new install. Create config file to save settings to
|
||||||
if (!CResourceHandler::get("local")->existsResource(confName))
|
if (!CResourceHandler::get("local")->existsResource(confName))
|
||||||
|
{
|
||||||
CResourceHandler::get("local")->createResource(dataFilename);
|
CResourceHandler::get("local")->createResource(dataFilename);
|
||||||
|
if(schema.empty())
|
||||||
|
invalidateNode(std::vector<std::string>());
|
||||||
|
}
|
||||||
|
|
||||||
if(!schema.empty())
|
if(!schema.empty())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user