aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/Network/GameNetworkManager.h
diff options
context:
space:
mode:
authorSylvessa <225480449+sylvessa@users.noreply.github.com>2026-03-26 09:15:11 -0500
committerGitHub <noreply@github.com>2026-03-26 10:15:11 -0400
commit1a50770647c582c5ce194e5741e3014bb1c1e8b2 (patch)
tree8160994034f5f58b222032b73f8cda8c42e92479 /Minecraft.Client/Common/Network/GameNetworkManager.h
parentdee559bd16e5fc4fb1d8cdd16e7e3924666b01c9 (diff)
Add asynchronous server joining (#1408)
Diffstat (limited to 'Minecraft.Client/Common/Network/GameNetworkManager.h')
-rw-r--r--Minecraft.Client/Common/Network/GameNetworkManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/Network/GameNetworkManager.h b/Minecraft.Client/Common/Network/GameNetworkManager.h
index 3357b3cd..22d58807 100644
--- a/Minecraft.Client/Common/Network/GameNetworkManager.h
+++ b/Minecraft.Client/Common/Network/GameNetworkManager.h
@@ -47,7 +47,8 @@ public:
{
JOINGAME_SUCCESS,
JOINGAME_FAIL_GENERAL,
- JOINGAME_FAIL_SERVER_FULL
+ JOINGAME_FAIL_SERVER_FULL,
+ JOINGAME_PENDING
} eJoinGameResult;
void Initialise();