beyond-all-reason / BYAR-Chobby

Currently used legacy lobby for BAR, for the new lobby development see https://github.com/beyond-all-reason/bar-lobby
59 stars 72 forks source link

bugfix: login to another account while being logged in #433

Closed FIr3baL closed 1 year ago

FIr3baL commented 1 year ago

solves: https://github.com/beyond-all-reason/BYAR-Chobby/issues/175

a condition in login_window.lua was using a not existing var "lobby.connected", resulting in unclean login when logged in already made a workaround by asking for lobby:GetConnectionStatus() and call cleanup function before attempting to login into another account