Closed ishland closed 1 year ago
There is a missing check for create parameter in ServerChunkManagerMixin#getChunkBlocking and it does not match vanilla behavior as the ticket should be added only when explicitly requested. This PR fixes this issue.
create
ServerChunkManagerMixin#getChunkBlocking
Additionally, guarding ticket add here also slightly decreases MSPT (452 to 443 with 101 players spread in radius 2048) before: https://spark.lucko.me/z8TuFzcT29 after: https://spark.lucko.me/3l2JcNRxAE
There is a missing check for
create
parameter inServerChunkManagerMixin#getChunkBlocking
and it does not match vanilla behavior as the ticket should be added only when explicitly requested. This PR fixes this issue.Additionally, guarding ticket add here also slightly decreases MSPT (452 to 443 with 101 players spread in radius 2048) before: https://spark.lucko.me/z8TuFzcT29 after: https://spark.lucko.me/3l2JcNRxAE