mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-04 09:10:17 +01:00
*
This commit is contained in:
parent
0114dd7558
commit
48cf381ed6
@ -1846,7 +1846,7 @@ public class PS {
|
||||
String[] split = lastVersionString.split("\\.");
|
||||
this.lastVersion = new int[]{Integer.parseInt(split[0]), Integer.parseInt(split[1]), Integer.parseInt(split[2])};
|
||||
}
|
||||
if (checkVersion(lastVersion, new int[]{3,4,0})) {
|
||||
if (checkVersion(new int[]{3,4,0}, lastVersion)) {
|
||||
Settings.convertLegacy(configFile);
|
||||
if (config.contains("worlds")) {
|
||||
ConfigurationSection worldSection = config.getConfigurationSection("worlds");
|
||||
|
Loading…
Reference in New Issue
Block a user