Skip to content

Commit

Permalink
Fix forwarding PlayerHealthPacket
Browse files Browse the repository at this point in the history
Signed-off-by: Seppe Volkaerts <seppevolkaerts@hotmail.com>
  • Loading branch information
Cybermaxke committed Aug 18, 2024
1 parent dfaac70 commit 553445c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ internal class ServerPlayConnectionHandler(
if (packet.playerId == player.playerId) {
return player.handleHealth(packet, clientConnection)
}
return true // Forward
return false // Forward
}

override fun handle(packet: ProjectileUpdatePacket): Boolean {
Expand Down

0 comments on commit 553445c

Please sign in to comment.