Fix minor JavaDoc mistake

This commit is contained in:
tastybento 2021-12-05 12:01:27 -08:00
parent de951b6c4b
commit 79abf965f3
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ public class Players implements DataObject, MetaDataAble {
/**
* Clears all home Locations in world
* @param world - world
* @deprecated Home locations are no longer stored for players. Use {@link IslandManager}
* @deprecated Home locations are no longer stored for players. Use {@link world.bentobox.bentobox.managers.IslandsManager}
*/
@Deprecated(since="1.18.0", forRemoval=true)
public void clearHomeLocations(World world) {