[BT] Executing /regenerate( or delete )allbattletowers hangs internal server
Revvilo opened this issue ยท 3 comments
Running /regenerateallbattletowers or /deleteallbattletowers seems to halt the internal server and prints the following error to the console;
https://pastebin.com/wLxLQ2bC
OK what is happening there is Battletowers deadlocking itself because another mod (line com.amadornes.rscircuits.block.BlockBUD.onBlockUpdate(BlockBUD.java:103)) causes new World Generation during the Block Update during the Block Deletion of the Battletower delete command.
Despite the "cause" being another mod, Battletowers should be more robust here. I'll see what i can do.
You didn't specify which version of MC this was for, i will fix the bug for 1.11.2 and 1.10.2
And done
Enjoy and thanks for bringing it up