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
The "Reconnect" button on the disconnect screen always uses "Prompt" as the server resource pack policy, instead of the server resource pack policy that the player has chosen for the server.
The ServerInfo gets initialized without setting the resourcePackPolicy, causing it to default to ServerInfo.ResourcePackPolicy.PROMPT
LiquidBounce Branch
Nextgen
LiquidBounce Build/Version
master branch head
Operating System
Windows 10
Minecraft Version
1.21.1 / 1.21.4 / no viaversion
Describe the bug
The "Reconnect" button on the disconnect screen always uses "Prompt" as the server resource pack policy, instead of the server resource pack policy that the player has chosen for the server.
The ServerInfo gets initialized without setting the resourcePackPolicy, causing it to default to
ServerInfo.ResourcePackPolicy.PROMPT
LiquidBounce/src/main/kotlin/net/ccbluex/liquidbounce/features/Reconnect.kt
Lines 41 to 43 in 0968c1d
Steps to reproduce
Client Log
Screenshots
No response
The text was updated successfully, but these errors were encountered: