Skip to content

Commit 759077a

Browse files
ComputerEliteComputerElite
authored andcommitted
is the endless pain over?
1 parent a295787 commit 759077a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WebServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public void Start()
169169
});
170170
server.AddRoute("GET", "/questappversionswitcher/kill", new Func<ServerRequest, bool>(request =>
171171
{
172+
CookieManager.Instance.Flush();
172173
Android.OS.Process.KillProcess(Android.OS.Process.MyPid());
173174
return true;
174175
}));

0 commit comments

Comments
 (0)