aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/Network/GameNetworkManager.h
diff options
context:
space:
mode:
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();