Merge branch 'develop' into multipaper

This commit is contained in:
tastybento 2024-04-08 22:12:27 -07:00
commit c3e25bec3f

View File

@ -95,7 +95,7 @@ public class IslandTeamKickCommand extends ConfirmableCommand {
return false; return false;
} }
User target = User.getInstance(targetUUID); User target = User.getInstance(targetUUID);
Island oldIsland = Objects.requireNonNull(getIslands().getIsland(getWorld(), targetUUID)); // Should never be Island oldIsland = Objects.requireNonNull(getIslands().getIsland(getWorld(), user)); // Should never be
// null because of // null because of
// checks above // checks above
// Fire event // Fire event