added more login failed handling to steam connection manager

This commit is contained in:
2022-02-23 07:08:00 +01:00
parent 11b08e42a3
commit fd5a065de2
2 changed files with 34 additions and 22 deletions

View File

@@ -178,7 +178,6 @@ type ChatResponse struct {
Message string `json:"message"`
AllChat bool `json:"all_chat"`
Tick int `json:"tick"`
Translated bool `json:"translated,omitempty"`
TranslatedFrom string `json:"translated_from,omitempty"`
TranslatedTo string `json:"translated_to,omitempty"`
}