setup vault after loading

Dieser Commit ist enthalten in:
Aurora 2020-08-01 15:42:22 +02:00 committet von dordsor21
Ursprung 4041b2aa1d
Commit 313701a836

Datei anzeigen

@ -88,7 +88,7 @@ public class FaweBukkit implements IFawe, Listener {
Integer.parseInt(Bukkit.getBukkitVersion().split("-")[0].split("\\.")[1]) >= 16;
//Vault is Spigot/Paper only so this needs to be done in the Bukkit module
setupVault();
TaskManager.IMP.later(this::setupVault, 0);
//PlotSquared support is limited to Spigot/Paper as of 02/20/2020
TaskManager.IMP.later(this::setupPlotSquared, 0);