Lower max client count to 8 due to client reasons

This commit is contained in:
Sanae 2022-02-21 22:05:37 -06:00
parent 31e70a08b9
commit f21bfb7425
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace Shared;
public static class Constants { public static class Constants {
public const int MaxPacketSize = 256; public const int MaxPacketSize = 256;
public const int MaxClients = 10; public const int MaxClients = 8;
public const int CostumeNameSize = 0x20; public const int CostumeNameSize = 0x20;
// dictionary of packet types to packet // dictionary of packet types to packet