Update Core/src/main/java/com/plotsquared/core/PlotSquared.java

This commit is contained in:
Alexander Brandes
2022-06-10 01:28:49 +02:00
committed by GitHub
parent 320363e5ff
commit 5f90c663e8

View File

@ -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;