Skip to content

Commit

Permalink
Merge pull request #70 from ChillerDragon/pr_rev_66
Browse files Browse the repository at this point in the history
Revert "Fix #66"
  • Loading branch information
fokkonaut authored Feb 11, 2020
2 parents 2b8b654 + 9e4fe3e commit e219a7e
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=8,
MAX_MAPLISTENTRY_SEND = 32,
MIN_MAPLIST_CLIENTVERSION=0x0703, // todo 0.8: remove me
MAX_RCONCMD_RATIO=8,
};
Expand Down

0 comments on commit e219a7e

Please sign in to comment.