From b1fc17e04560e80ab479aecd0de43233939e6673 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Tue, 25 May 2021 20:51:26 +0200 Subject: [PATCH] Remove scripting from javadocs --- Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java | 1 - 1 file changed, 1 deletion(-) 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) */