diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java index a93f2fa26..76abc8c7c 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java @@ -47,7 +47,7 @@ import java.util.UUID; } /** - * Return all plots for a player. + * Gets all plots for a player. * * @param player Player, whose plots to search for * @return all plots that a player owns @@ -86,16 +86,6 @@ import java.util.UUID; return PlotSquared.get().storage; } - /** - * Gets the main class for this plugin. Only use this if you really need it. - * - * @return PlotSquared PlotSquared Main Class - * @see PlotSquared - */ - public PlotSquared getMain() { - return PlotSquared.get(); - } - /** * ChunkManager class contains several useful methods. *