-
Bug
-
Resolution: Fixed
-
1.19.1 Release Candidate 2
-
None
-
Plausible
-
Social Interactions
-
Normal
The bug
When joining a server using the --server argument, the secure chat warning toast (and the chat preview warning screen in versions before its removal in 22w42a) are skipped. One would expect these screens always to be presented regardless of a player's method of joining, as they provide important information regarding what a player may experience on a server.
How to reproduce
- Start a server with previews-chat set to true and enforce-secure-profile set to false
- Open your minecraft/versions folder, and duplicate the 1.19.1-rc2 folder
- Rename the new folder to 1.19.1-rc2_bug
- Remove the .jar file inside, and rename the .json file to 1.19.1-rc2_bug
- In the .json file, replace "1.19.1-rc2" with "1.19.1-rc2_bug"
- Add the following within the game arguments array (very beginning of file):
"--server", "localhost",
- Save and close the file
- Open the Minecraft Launcher
- Create an installation for 1.19.1-rc2_bug, and launch the version
The player joins the server without being presented with either dialog
- relates to
-
MC-252089 The chat preview warning menu is forcibly closed when the player dies or changes dimensions
- Resolved