Fixed some errors from analyzer
This commit is contained in:
@@ -50,8 +50,6 @@ namespace Framework.Cryptography
|
||||
|
||||
public void Initialize(byte[] sessionKey, byte[] serverSeed, byte[] clientSeed)
|
||||
{
|
||||
IsInitialized = false;
|
||||
|
||||
if (IsInitialized)
|
||||
throw new InvalidOperationException("PacketCrypt already initialized!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user