Revert "MaxPlayers above 30 breaks stuff... why?"

This reverts commit d5eb804de9.
This commit is contained in:
Evil Factory
2022-04-14 16:34:25 -03:00
parent 5ceaa510eb
commit 3549cadd12

View File

@@ -8,7 +8,7 @@ namespace Barotrauma.Networking
public const int DefaultPort = 27015;
public const int DefaultQueryPort = 27016;
public const int MaxPlayers = 30;
public const int MaxPlayers = 256;
public const int ServerNameMaxLength = 60;
public const int ServerMessageMaxLength = 2000;