Bassebombecraft

Bassebombecraft

18.5k Downloads

Temporary blocks are updated to quick due to "unexpected" number of updates of world tick events

Closed this issue ยท 2 comments

commented

The TemporaryBlockEventHandler is updated on every world tick event.
One world tick event is published for every world in the game, as a result the event handler invoked several time per turn.
Similar to issue #764 and #770.

commented

Resolved with commit: 3ed0bde

commented

Part of #710.