mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-03 09:30:17 +01:00
Made a fix method private - should not be public API
This commit is contained in:
parent
c2659b8d12
commit
f714baaa5c
@ -785,7 +785,7 @@ public class IslandsManager {
|
|||||||
* @param island - island
|
* @param island - island
|
||||||
* @since 1.3.0
|
* @since 1.3.0
|
||||||
*/
|
*/
|
||||||
public void fixIslandCenter(Island island) {
|
private void fixIslandCenter(Island island) {
|
||||||
World world = island.getWorld();
|
World world = island.getWorld();
|
||||||
if (world == null || island.getCenter() == null || !plugin.getIWM().inWorld(world)) {
|
if (world == null || island.getCenter() == null || !plugin.getIWM().inWorld(world)) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user