Fixed a bug where terminal player preferences for the terminal would reset on reload.
This commit is contained in:
parent
ba182af4e9
commit
890f6a5c67
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ public class AEConfig extends Configuration implements IConfigureableObject, ICo
|
|||
{
|
||||
if ( e == setting )
|
||||
{
|
||||
String Category = e.getClass().getSimpleName();
|
||||
String Category = "Client";
|
||||
Property p = this.get( Category, e.name(), settings.getSetting( e ).name(), getListComment( newValue ) );
|
||||
p.set( newValue.name() );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue