mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-17 13:38:18 +00:00
Merge pull request #9133 from heinrich5991/pr_ddnet_2048_bans
Allow 2048 bans, we hit the limit of 1024…
This commit is contained in:
commit
94b23af0d0
|
@ -131,7 +131,7 @@ protected:
|
|||
private:
|
||||
enum
|
||||
{
|
||||
MAX_BANS = 1024,
|
||||
MAX_BANS = 2048,
|
||||
};
|
||||
|
||||
CBan<CDataType> *m_aapHashList[HashCount][256];
|
||||
|
|
Loading…
Reference in a new issue