Fix presets only using "custom" after any value was changed

This commit is contained in:
James Seibel
2024-07-30 15:47:48 -05:00
parent 66feb0b9c2
commit f1564cc90b
@@ -168,7 +168,7 @@ public abstract class AbstractPresetConfigEventHandler<TPresetEnum extends Enum<
if (newPreset != currentPreset)
{
this.getPresetConfigEntry().set(this.getCustomPresetEnum());
this.getPresetConfigEntry().set(newPreset);
}
}