Skip to content

Commit

Permalink
goldfish memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 authored Aug 18, 2023
1 parent 81fc2ba commit 39633b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static FrozenLibConfig get(boolean real) {
if (FrozenLibConfigOverrides.removeExperimentalWarning != null) {
fake.removeExperimentalWarning = FrozenLibConfigOverrides.removeExperimentalWarning;
}
fake.dataFixer.disabledDataFixTypes.addAll(FrozenLibConfigOverrides.disabledDataFixTypes);
fake.dataFixer.disabledDataFixTypes.addAll(FrozenLibConfigOverrides.additionalDisabledDataFixTypes);

return fake;
}
Expand Down

0 comments on commit 39633b8

Please sign in to comment.