[1.19.2] Thread of Undying not being applied for every player in multiplayer. (fix included)
JensenJ opened this issue ยท 1 comments
Hi there,
On multiplayer the thread of undying seems to work inconsistently. This seems to be caused by the sleepEvent function on line 96 in PerkEvents.java:
I believe this should be continue
instead of return
as this prevents any players after the current player in the loop receiving the thread of undying perk if the current player does not possess the thread of undying as the function returns out before going to the next player.
Thanks for the great mod.