diff --git a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java index 9cdb3436a..79d5ee91a 100644 --- a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java +++ b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java @@ -258,7 +258,6 @@ public abstract class PlotPlayer
implements CommandCaller, OfflinePlotPlayer, /** * Get the total number of allowed plots - * Possibly relevant: (To increment the player's allowed plots, see the example script on the wiki) * * @return number of allowed plots within the scope (globally, or in the player's current world as defined in the settings.yml) */