-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
InputMode never changes #430
Comments
Are you using the Floodgate API in a proxy setup, e.g. behind a velocity/bungee proxy? |
No, it is installed directly on the server (as a plugin) |
Mind sending a Geyser dump? |
https://dump.geysermc.org/WlIJlq4HBue7heMVWsfJKZmAQmdCxw3G Here you are :) |
Any errors in the server log? Additionally, does it just affect 1.20.10 bedrock players, or all versions? |
No errors. I have been having issues with this for a while now (since before 1.20), and the issue was most recently reported to me by a 1.20.1 player, so probably all versions. |
|
Is this still an issue in the latest version? |
Yes - now I get |
FloodgatePlayer#getInputMode
, which should give the current input method being used by the player, is always the same:KEYBOARD_MOUSE
for Android devices, andUNKNOWN
for iOS and Windows (and I haven't tested console).I'm not sure if this is a bug in Bedrock Edition itself, or if something in Geyser/Floodgate is causing this. I feel like this used to work better, because I used to have some logic in my server that used
InputMode
, but one day it broke.It would be great if someone could get this to work again, but if it is a Minecraft bug then I'm not sure we can.
The text was updated successfully, but these errors were encountered: