diff --git a/Core/src/main/java/com/plotsquared/core/PlotSquared.java b/Core/src/main/java/com/plotsquared/core/PlotSquared.java index 9ec881447..03b526e72 100644 --- a/Core/src/main/java/com/plotsquared/core/PlotSquared.java +++ b/Core/src/main/java/com/plotsquared/core/PlotSquared.java @@ -1611,6 +1611,7 @@ public class PlotSquared { private final class WEPlatformReadyListener { + @SuppressWarnings("unused") @Subscribe(priority = EventHandler.Priority.VERY_EARLY) public void onPlatformReady(PlatformReadyEvent event) { weInitialised = true;