Fixed some errors from analyzer

This commit is contained in:
hondacrx
2017-06-22 17:02:27 -04:00
parent 0e40e90a11
commit d538acc979
26 changed files with 38 additions and 46 deletions
-2
View File
@@ -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!");