Disable anything related to user.json for now. Will be re-enabled once we have a gui for it.

This commit is contained in:
Jan Dalheimer
2014-02-01 22:32:48 +01:00
parent 983a40698c
commit 790402bdce
4 changed files with 4 additions and 37 deletions

View File

@ -750,7 +750,7 @@ bool OneSixVersionBuilder::build(const bool excludeCustom)
}
else
{
// version.json -> patches/*.json -> instance.json
// version.json -> patches/*.json -> user.json
// version.json
{
@ -810,6 +810,7 @@ bool OneSixVersionBuilder::build(const bool excludeCustom)
}
}
#if 0
// user.json
if (!excludeCustom)
{
@ -838,6 +839,7 @@ bool OneSixVersionBuilder::build(const bool excludeCustom)
}
}
}
#endif
}
// some final touches