Skip to content

Commit 09330c6

Browse files
committed
Merge pull request foxykeep#13 from frapontillo/foxykeep
Subclassing option was not read
2 parents e103bf3 + 3d399de commit 09330c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • generator/src/com/foxykeep/cpcodegenerator

generator/src/com/foxykeep/cpcodegenerator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static void main(final String[] args) {
9595
providerFolder = jsonDatabase.optString("provider_folder",
9696
PathUtils.PROVIDER_DEFAULT);
9797
dbVersion = jsonDatabase.getInt("version");
98-
hasProviderSubclasses = jsonDatabase.optBoolean("hasSubclasses");
98+
hasProviderSubclasses = jsonDatabase.optBoolean("has_subclasses");
9999

100100
ArrayList<TableData> classDataList = TableData.getClassesData(root.getJSONArray(
101101
"tables"), contentClassesPrefix, dbVersion);

0 commit comments

Comments
 (0)