mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
fixed world loading.
This commit is contained in:
parent
54655c1a72
commit
c595b69c3a
3 changed files with 1 additions and 1 deletions
|
@ -1371,7 +1371,7 @@ public class PS {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
plotworld.loadConfiguration(config);
|
plotworld.loadConfiguration(config.getConfigurationSection("worlds." + world));
|
||||||
config.save(configFile);
|
config.save(configFile);
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue