Fixed a bug where terminal player preferences for the terminal would reset on reload.

This commit is contained in:
AlgorithmX2 2014-07-29 21:42:17 -05:00
parent ba182af4e9
commit 890f6a5c67

View file

@ -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() );
}