Open moisterrific opened 4 years ago
-no player death message shows up in the chat -player corpses do not properly despawn after dying (only visible to other players, not self) -also players take no damage in PvP
Fixed by adding PlayerHurt = 26, and PlayerDead = 44, to PacketTypes
PlayerHurt = 26,
PlayerDead = 44,
However the latest release is not updated yet.
You can create pull request.
-no player death message shows up in the chat -player corpses do not properly despawn after dying (only visible to other players, not self) -also players take no damage in PvP