From ee8c45f6ae49d4f8a1e30a88926c41ef55961f8a Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Sat, 12 Oct 2019 03:56:45 +0300 Subject: [PATCH] net: bumped network protocol version --- src/game/g_net.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_net.pas b/src/game/g_net.pas index b058c76..251e06b 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -21,7 +21,7 @@ uses e_log, e_msg, ENet, Classes, md5, MAPDEF{$IFDEF USE_MINIUPNPC}, miniupnpc;{$ELSE};{$ENDIF} const - NET_PROTOCOL_VER = 181; + NET_PROTOCOL_VER = 182; NET_MAXCLIENTS = 24; NET_CHANS = 12; -- 2.29.2