wip
This commit is contained in:
@@ -40,7 +40,7 @@ public sealed class AuthorizationOperation: BaseOperation
|
||||
_writer = writer;
|
||||
}
|
||||
|
||||
public override void Handle(RagonContext context, byte[] data)
|
||||
public override void Handle(RagonContext context)
|
||||
{
|
||||
if (context.ConnectionStatus == ConnectionStatus.Authorized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user