mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-16 07:12:27 +02:00
Clients would treat any message coming in as being from the server they're connected to, instead of ignoring them if they're not correct. This made the client crash inside integration tests because messages came in while disconnected. This fixes that.