GeyserMC / Floodgate

Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
https://geysermc.org
MIT License
575 stars 170 forks source link

hotfix(velocity): return the value of optional and not the optional itself #301

Closed HookWoods closed 2 years ago

HookWoods commented 2 years ago

Actually this function return the optional and then is cast as Player in getUserAudience(). We should return the value of the optional here instead

The error: https://rentry.co/tprhp

rtm516 commented 2 years ago

Looks like you need to cherry-pick the commit for this PR out as it includes the changes from #300