DEADSOFTWARE

net: bumped network protocol version
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Sat, 12 Oct 2019 00:56:45 +0000 (03:56 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Sat, 12 Oct 2019 15:54:12 +0000 (18:54 +0300)
src/game/g_net.pas

index b058c76daba60f978cfbaa45f417b42ff7869a98..251e06bb213071c07a958e9d2f0a4741b3b4cedd 100644 (file)
@@ -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;