Sandertv / gophertunnel

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

fix entity properties not being unmarshaled correctly #244

Closed olebeck closed 1 month ago

olebeck commented 1 month ago

looked with a regex, there shouldnt be any other Marshal functions that use by value. [^\*]+\) Marshal\(r IO\) used this regex to check

TwistedAsylumMC commented 1 month ago

Thanks for the contribution!