Updated to use new API

This commit is contained in:
tastybento 2018-05-08 09:11:43 -04:00
parent d1aef0ed9d
commit b511b0eb31
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ public class WarpSignsManager implements Listener {
// Check that the player is on their island
if (!(bSkyBlock.getIslands().playerIsOnIsland(player))) {
if (!(bSkyBlock.getIslands().userIsOnIsland(player))) {
player.sendMessage("warps.error.not-on-island");
e.setLine(0, ChatColor.RED + addon.getConfig().getString("welcomeLine"));
return;