Fixed a bug with loading setting.
This commit is contained in:
parent
576d8c2747
commit
cc43396066
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ConfigManager implements IConfigManager
|
|||
|
||||
for (Enum e : Settings.keySet())
|
||||
{
|
||||
tagCompound.setString( e.name(), e.name() );
|
||||
tagCompound.setString( e.name(), Settings.get( e ).toString() );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue