MaxPlayers above 30 breaks stuff... why?
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Barotrauma.Networking
|
||||
public const int DefaultPort = 27015;
|
||||
public const int DefaultQueryPort = 27016;
|
||||
|
||||
public const int MaxPlayers = 256;
|
||||
public const int MaxPlayers = 30;
|
||||
|
||||
public const int ServerNameMaxLength = 60;
|
||||
public const int ServerMessageMaxLength = 2000;
|
||||
|
||||
Reference in New Issue
Block a user