remove IConfigEntry.setWithoutSaving()

It wasn't implemented and was causing confusion since the listeners weren't being fired
This commit is contained in:
James Seibel
2023-06-04 21:07:25 -05:00
parent ed935f6a0f
commit d992bd05f4
3 changed files with 6 additions and 15 deletions
@@ -23,9 +23,6 @@ public interface IConfigEntry<T>
T get();
T getTrueValue();
/** Sets the value without saving */
void setWithoutSaving(T newValue);
/** Gets the min value */
T getMin();
/** Sets the min value */