Fix presets only using "custom" after any value was changed
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ public abstract class AbstractPresetConfigEventHandler<TPresetEnum extends Enum<
|
||||
|
||||
if (newPreset != currentPreset)
|
||||
{
|
||||
this.getPresetConfigEntry().set(this.getCustomPresetEnum());
|
||||
this.getPresetConfigEntry().set(newPreset);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user