Fix island.level config path

This commit is contained in:
Len 2024-02-11 16:14:04 +01:00
parent 2c282ab1cf
commit e546a8f748

View File

@ -93,7 +93,7 @@ public class Island extends YamlConfiguration {
}
public int level() {
return getInt("island.id", 0);
return getInt("island.level", 0);
}
public void level(int id) {