Set firstConnect after first connect

This commit is contained in:
7x11x13 2024-07-26 16:58:33 -04:00
parent 9f24a1e54f
commit 17849a5626

View File

@ -176,6 +176,7 @@ func (b *Bsoulseek) loginLoop() {
}
// Now we are connected
firstConnect = false;
select {
case err = <-b.fatalErrors:
b.Log.Errorf("%s", err)