1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 02:12:58 +01:00

Resolving a few issues with playability. Should be a bit better.

This commit is contained in:
Glitchfinder
2012-11-05 18:02:53 -08:00
parent 3129acfc19
commit 7fc99630e0
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ public class HiddenConfig {
if (mcMMO.p.getResource(fileName) != null) {
config = YamlConfiguration.loadConfiguration(mcMMO.p.getResource(fileName));
chunkletsEnabled = config.getBoolean("Options.Chunklets", true);
conversionRate = config.getInt("Options.ConversionRate", 3);
conversionRate = config.getInt("Options.ConversionRate", 1);
}
}