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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;