fixed world loading.

This commit is contained in:
Jesse Boyd 2015-10-18 01:25:17 +11:00
parent 54655c1a72
commit c595b69c3a
3 changed files with 1 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ public class PS {
}
}
try {
plotworld.loadConfiguration(config);
plotworld.loadConfiguration(config.getConfigurationSection("worlds." + world));
config.save(configFile);
} catch (final Exception e) {
e.printStackTrace();

Binary file not shown.

Binary file not shown.