Skip to content

Commit

Permalink
Fix #66
Browse files Browse the repository at this point in the history
same as this:
c353664
  • Loading branch information
fokkonaut authored Feb 11, 2020
1 parent d1f0322 commit 2b8b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/server/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class CServer : public IServer
enum
{
MAX_RCONCMD_SEND=8,
MAX_MAPLISTENTRY_SEND = 32,
MAX_MAPLISTENTRY_SEND=8,
MIN_MAPLIST_CLIENTVERSION=0x0703, // todo 0.8: remove me
MAX_RCONCMD_RATIO=8,
};
Expand Down

0 comments on commit 2b8b654

Please sign in to comment.