mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-17 13:38:18 +00:00
Allow 2048 bans, we hit the limit of 1024…
This commit is contained in:
parent
a9e52d2b7b
commit
7e04b8c521
|
@ -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