Add log to debug disconnect logic

This commit is contained in:
nak 2026-03-18 08:26:17 +00:00
parent bedfb64103
commit 5c1f7010f7

View file

@ -491,6 +491,7 @@ func (m *Manager) StandDisconnected(username string) {
m.mu.RUnlock() m.mu.RUnlock()
if seated == nil { if seated == nil {
log.Printf("[poker] StandDisconnected: %s not found in any table", username)
return return
} }