Browse Source

Remove redundant check

nxrighthere 7 years ago
parent
commit
d262bda3da
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/Managed/ENet.cs

+ 0 - 2
Source/Managed/ENet.cs

@@ -246,8 +246,6 @@ namespace ENet {
 			if (destination == null)
 				throw new ArgumentNullException("destination");
 
-			CheckCreated();
-
 			Marshal.Copy(Data, destination, 0, Length);
 		}
 	}