From: Ketmar Dark <ketmar@ketmar.no-ip.org>
Date: Sat, 12 Oct 2019 00:56:45 +0000 (+0300)
Subject: net: bumped network protocol version
X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=ee8c45f6ae49d4f8a1e30a88926c41ef55961f8a;p=d2df-sdl.git

net: bumped network protocol version
---

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;