Skip to content

Commit

Permalink
Wipe server session when changing server
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Sep 21, 2023
1 parent 3f658c7 commit 43b7e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Main.brs
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ sub Main (args as dynamic) as void
group.findNode("SearchBox").findNode("search_Key").active = true
else if button.id = "change_server"
unset_setting("server")
unset_setting("port")
session.server.Delete()
SignOut(false)
sceneManager.callFunc("clearScenes")
goto app_start
Expand Down

0 comments on commit 43b7e48

Please sign in to comment.