increased max players and made Signal work with __new
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 = 16;
|
||||
public const int MaxPlayers = 256;
|
||||
|
||||
public const int ServerNameMaxLength = 60;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user