Treat proxy A0 lobby exit as intentional
CMake / build (macos-latest) (push) Has been cancelled
CMake / build (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2026-05-06 02:03:51 -04:00
parent cdb397f5ea
commit 86a46df442
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
struct ServerState;
struct ProxySession {
bool ending_intentionally = false;
static size_t num_proxy_sessions;
std::shared_ptr<Channel> server_channel;