fivem
fivem copied to clipboard
Streamer mode doesn't hide address from loading screen
What happened?
Streamer mode doesn't remove IP addresses from the connection error window. Specifically this string ignores the setting and doesn't remove the address from the UI: https://github.com/citizenfx/fivem/blob/7fb0285f8c175fceb3603268d97151655e5992af/ext/cfx-ui/src/cfx/common/services/servers/transformers.ts#L24-L27
Expected result
${address} should not be visible when streamer mode is enabled
Reproduction steps
- Enable streamer mode
- Start connecting to a server while it's restarting or connect via command to an unlisted server.
- IF connection fails the address is visible. or
- Connect to unlisted server while restarting (
connect 1.1.1.1in console) - The main window hides the address while the progress/error window displays address.
Importancy
Unknown
Area(s)
FiveM, RedM
Specific version(s)
All versions
Additional information
No response