updated go-steamapi, minor log fixes

This commit is contained in:
2023-08-08 11:40:29 +02:00
parent a2a9c8d391
commit 1c14817e5e
3 changed files with 4 additions and 2 deletions

View File

@@ -260,7 +260,7 @@ func (dml *DemoMatchLoader) connectLoop() {
if sleep, ok := dml.connectionWait.Next(); !ok {
time.Sleep(sleep)
} else {
panic("retry should never be stop")
panic("retry should never stop")
}
if !dml.LoggedIn {
log.Infof("[DL] Connecting to steam...")