From d521b2d285d0a882b05e250699f35e58245de1aa Mon Sep 17 00:00:00 2001 From: Jaime Ita Passos <jp6781615@gmail.com> Date: Sun, 18 Apr 2021 17:01:15 -0300 Subject: [PATCH] Increment PACKETVERSION --- src/d_clisrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_clisrv.h b/src/d_clisrv.h index f67fbe4bf4..9d1d63a09d 100644 --- a/src/d_clisrv.h +++ b/src/d_clisrv.h @@ -26,7 +26,7 @@ The 'packet version' is used to distinguish packet formats. This version is independent of VERSION and SUBVERSION. Different applications may follow different packet versions. */ -#define PACKETVERSION 3 +#define PACKETVERSION 4 // Network play related stuff. // There is a data struct that stores network -- GitLab