🐛 channels more then capacity
This commit is contained in:
@@ -19,6 +19,6 @@ namespace Ragon.Server.IO;
|
||||
|
||||
public enum NetworkChannel
|
||||
{
|
||||
RELIABLE = 1,
|
||||
UNRELIABLE = 2,
|
||||
RELIABLE = 0,
|
||||
UNRELIABLE = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user