From 5e4c3706cbc40b1c782781d2e6bd90b721ade004 Mon Sep 17 00:00:00 2001 From: hgn Date: Thu, 8 Feb 2024 16:39:03 +0000 Subject: [PATCH] up network version --- network_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network_common.h b/network_common.h index d40ba25..af0b4bd 100644 --- a/network_common.h +++ b/network_common.h @@ -10,7 +10,7 @@ #define NETWORK_BUFFERFRAMES 6 #define NETWORK_MAX_CHAT 128 #define NETWORK_REGION_MAX 32 -#define NETWORK_SKATERIFT_VERSION 9 +#define NETWORK_SKATERIFT_VERSION 10 #define NETWORK_REQUEST_MAX 2048 #define NETWORK_LEADERBOARD_ALLTIME 0 -- 2.25.1