Disable anything related to user.json for now. Will be re-enabled once we have a gui for it.
This commit is contained in:
parent
983a40698c
commit
790402bdce
4 changed files with 4 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue