From 9e92f7e147f45b964489d5e10aaa8152a7bf473c Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 21 Aug 2021 20:13:12 +0200 Subject: [PATCH] Hotfix SwScoreboard clinit Signed-off-by: yoyosource --- BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java b/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java index 4b04bdd6..f3a9f802 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java @@ -26,6 +26,7 @@ import de.steamwar.bausystem.region.loader.PrototypeLoader; import de.steamwar.bausystem.region.loader.RegionLoader; import de.steamwar.bausystem.region.loader.Updater; import de.steamwar.message.Message; +import de.steamwar.scoreboard.SWScoreboard; import lombok.Getter; import org.bukkit.Bukkit; import org.bukkit.World; @@ -52,6 +53,7 @@ public class BauSystem extends JavaPlugin implements Listener { @Override public void onEnable() { + SWScoreboard.class.getName(); world = Bukkit.getWorlds().get(0); fixBauSystem();