-
-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unwanted behaviour with show-coordinates #2151
Conversation
Also I'd propose setting the showcoordinates gamerule in the StartGamePacket to false because the client will always see |
connector/src/main/java/org/geysermc/connector/network/session/cache/WorldCache.java
Outdated
Show resolved
Hide resolved
connector/src/main/java/org/geysermc/connector/network/session/cache/WorldCache.java
Outdated
Show resolved
Hide resolved
Can you set the reduced debug info also from the JoinGamePacket? Just shove a |
Sorry, I can't seem to find the isImmediateRespawn stuff that you're talking about? |
I was looking in StartGame packet 🤦♂️ |
Client preference is only remembered during a single session (it is enabled by default at the start). From what I understand it would require us to start storing information. Creating a whole database just for this would seem overkill. We could implement another config option that dictates whether the client preference is initially enabled or disabled.
The concern with rtm's PR was that the javadoc wasn't accurate (I would have PR'd into his fork but there were dependency issues).
resolves #1700