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