setup vault after loading

This commit is contained in:
Aurora 2020-08-01 15:42:22 +02:00 committed by dordsor21
parent 4041b2aa1d
commit 313701a836

View File

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