Fix island.level config path
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user