Sandertv / gophertunnel

General purpose library for Minecraft Bedrock Edition software written in Go
MIT License
420 stars 96 forks source link

Update pool.go To Fix Packet 75 #248

Closed smell-of-curry closed 1 month ago

smell-of-curry commented 1 month ago

When going from the end to the overworld you are prompted with the credits screen, this is sent from the server. However when a player skips the credits the player sends back the credits packet, which is currently not handled.

image

TwistedAsylumMC commented 1 month ago

Thanks!