.

Results 45 comments of .

I've implemented the `compareTo` fix in [RandomPatches](https://github.com/TheRandomLabs/RandomPatches/blob/1.12/src/main/java/com/therandomlabs/randompatches/patch/NextTickListEntryPatch.java), yet the issue is [still occurring](https://pastebin.com/FRisvKLX). I'm almost certain the patch is being applied correctly as I've tested with different priorities and scheduled...

Thanks. In that case, I will attempt another fix by replacing all `HashSet#contains` and `HashSet#remove` calls with my own. **EDIT:** [Done](https://github.com/TheRandomLabs/RandomPatches/blob/e58d95ddc1e6a33cbc6baf56ded8f724f855a065/src/main/java/com/therandomlabs/randompatches/patch/WorldServerPatch.java).

According to @runescapejon, the [fix](https://www.curseforge.com/minecraft/mc-mods/randompatches) appears to be working.

I would never have thought of that. Thank you! On Thu, Jun 27, 2019, 16:45 malte0811 wrote: > Wouldn't it be more efficient to replace the HashSet with a custom...

[Done](https://github.com/TheRandomLabs/RandomPatches/blob/3b10a8c86e9828991dc836480b007db129e1eb71/src/main/java/com/therandomlabs/randompatches/patch/WorldServerPatch.java). Do you see any issues?