We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0143098 commit c4313a5Copy full SHA for c4313a5
main.go
@@ -130,19 +130,15 @@ func handleRegularLaunch() error {
130
if err != nil {
131
log.Println("Could not load cached tokens, initiating regular login flow")
132
err := golt.Login()
133
- if err != nil {
134
- return err
135
- }
+ return err
136
}
137
138
log.Println("Loaded cached tokens")
139
err = launchGameWithToken(tup.First, tup.Second)
140
141
log.Println("Could not login with cached tokens, initiating regular login flow")
142
143
144
145
146
147
148
return nil
0 commit comments