You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling .clientInformation().language() on a ServerPlayer that is Java edition it returns the string as lowercase, however when calling this function on a ServerPlayer from Geyser it returns the string as uppercase.
To Reproduce
Obtain a ServerPlayer from a user joined using geyser
Call .clientInformation().language() on the ServerPlayer
Returns a string in UpperCase
Expected behaviour
It returns the string as LowerCase
Screenshots / Videos
No response
Server Version and Plugins
The Minecraft version is 1.21.4 and i'm using Neoforge 21.4.0-beta
I forgot to clarify but the function clientInformation().language() is in mojang mappings, not in yarn or anything. (No clue what the equivalent would be in yarn or any other mappings)
Describe the bug
When calling
.clientInformation().language()
on aServerPlayer
that is Java edition it returns the string as lowercase, however when calling this function on aServerPlayer
from Geyser it returns the string as uppercase.To Reproduce
ServerPlayer
from a user joined using geyser.clientInformation().language()
on theServerPlayer
Expected behaviour
It returns the string as LowerCase
Screenshots / Videos
No response
Server Version and Plugins
The Minecraft version is 1.21.4 and i'm using Neoforge 21.4.0-beta
Geyser Dump
https://dump.geysermc.org/5gzVlmUzUIed9uuMBb5zpkrRBSjuULIw
Geyser Version
2.6.0-b734 (git-master-64c7adc)
Minecraft: Bedrock Edition Device/Version
1.21.51.02, Android
Additional Context
No response
The text was updated successfully, but these errors were encountered: