From c06114d8b2d94c6b328762d0e74719a51fcd2816 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Sun, 23 Apr 2023 19:17:14 +0200 Subject: [PATCH] Update structs.hpp --- src/client/game/structs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/game/structs.hpp b/src/client/game/structs.hpp index 5c13d86e..2f72549a 100644 --- a/src/client/game/structs.hpp +++ b/src/client/game/structs.hpp @@ -1,6 +1,6 @@ #pragma once -#define PROTOCOL 4 +#define PROTOCOL 5 #define SUB_PROTOCOL 1 #ifdef __cplusplus