From fcadb326ac540375c7115a98d86330edb8afed0a Mon Sep 17 00:00:00 2001 From: Nyo Date: Sat, 30 Jul 2016 15:31:14 +0200 Subject: [PATCH] .BANCHO. .FIX. Fix missing packets --- constants/packetIDs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/constants/packetIDs.py b/constants/packetIDs.py index 406249c..d3ca708 100644 --- a/constants/packetIDs.py +++ b/constants/packetIDs.py @@ -4,6 +4,7 @@ client_sendPublicMessage = 1 client_logout = 2 client_requestStatusUpdate = 3 server_userID = 5 +server_sendMessage = 7 server_userStats = 11 server_userLogout = 12 server_spectatorJoined = 13