Organized config file definitions.

This commit is contained in:
MobiusDev
2017-08-29 00:35:53 +00:00
parent aec0c9dddb
commit 729c08c372
24 changed files with 160 additions and 160 deletions

View File

@@ -359,7 +359,7 @@ public final class GeoDataConverter
private static void loadGeoengineConfigs()
{
final PropertiesParser geoData = new PropertiesParser(Config.GEODATA_FILE);
final PropertiesParser geoData = new PropertiesParser(Config.GEOENGINE_CONFIG_FILE);
Config.GEODATA_PATH = geoData.getString("GeoDataPath", "./data/geodata/");
Config.COORD_SYNCHRONIZE = geoData.getInt("CoordSynchronize", -1);
Config.PART_OF_CHARACTER_HEIGHT = geoData.getInt("PartOfCharacterHeight", 75);