you know the drill

This commit is contained in:
Joshua 2021-02-09 20:14:14 -06:00
parent 89d7dd1c4c
commit 76af128d8f

View File

@ -136,9 +136,9 @@ public class BlockListener implements Listener {
* Finally enable block regen.
*/
if (info.hasRegen()) {
Schedulers.sync().run(()-> {
Schedulers.sync().runLater(()-> {
MMOCore.plugin.mineManager.initialize(info.startRegeneration(Bukkit.createBlockData(savedData), block.getLocation()), !temporaryBlock);
});
}, 1);
}
}