Browse Source

Yikes. ∑(O_O;)

Matt Coburn 4 years ago
parent
commit
0d2e7144e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Managed/ENet.cs

+ 1 - 1
Source/Managed/ENet.cs

@@ -1141,7 +1141,7 @@ namespace ENet
 		public static bool Initialize()
 		{
 			if (Native.enet_linked_version() != version)
-				throw new throw new InvalidOperationException("ENet native is out of date. Download the latest release from https://github.com/SoftwareGuy/ENet-CSharp/releases");
+				throw new InvalidOperationException("ENet native is out of date. Download the latest release from https://github.com/SoftwareGuy/ENet-CSharp/releases");
 
 			return Native.enet_initialize() == 0;
 		}