From 5f90c663e8f648b893afb2717caed20fb2dd6604 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Fri, 10 Jun 2022 01:28:49 +0200 Subject: [PATCH] Update Core/src/main/java/com/plotsquared/core/PlotSquared.java --- Core/src/main/java/com/plotsquared/core/PlotSquared.java | 1 + 1 file changed, 1 insertion(+) 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;