When a player joins and leaves a Roblox game very quickly, the following error message appears in the error logs:
Players::onRemoteSysStats disconnect not in the clist
This error message seems to be generated on Roblox’s end and whilst the Error Report feature excludes it from the logs, it still appears in the in-game console when it shouldn’t be. The warning is not relevant to game functionality and should be silenced so that it’s not displayed in the console.
Steps to Reproduce:
- Have a player join the game.
- The player leaves the game immediately after joining (extremely, extremely quickly).
- Observe the warning in the developer console.
Expected Behavior:
No warning or error message should be generated in the console when a player joins and leaves quickly.