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
Fix#2212: Prevent InvalidOperationException in PreGameLobby.Start
Add guard clause to block game start when no active players are found.
Logs diagnostic state, shows user-facing error with retry guidance,
and resets the start button so the user can try again.
Fix#2277: Prevent NullReferenceException when accessing table.contro…
…ller
- Add null checks to Card.controller and Group.controller properties
- Return None instead of Player when controller is not set
- Prevents SystemError when table has no controller assigned