mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-20 22:41:39 +01:00
Fixed levelling admin gui not updating
This commit is contained in:
parent
3d0d8b602b
commit
74a9037f05
@ -332,6 +332,8 @@ public class Levelling implements Listener {
|
||||
Bukkit.getServer().getScheduler().runTaskLater(skyblock,
|
||||
() -> open(player), 1L);
|
||||
|
||||
levellingManager.addWorth(materials, materialPoints);
|
||||
|
||||
Bukkit.getServer().getScheduler().runTaskAsynchronously(skyblock,
|
||||
() -> {
|
||||
Config config1 = fileManager.getConfig(new File(
|
||||
|
Loading…
Reference in New Issue
Block a user