summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75125c8)
raw | patch | inline | side by side (parent: 75125c8)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Sat, 12 Oct 2019 00:56:45 +0000 (03:56 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Sat, 12 Oct 2019 15:54:12 +0000 (18:54 +0300) |
src/game/g_net.pas | patch | blob | history |
diff --git a/src/game/g_net.pas b/src/game/g_net.pas
index b058c76daba60f978cfbaa45f417b42ff7869a98..251e06bb213071c07a958e9d2f0a4741b3b4cedd 100644 (file)
--- a/src/game/g_net.pas
+++ b/src/game/g_net.pas
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;