From 0d2e7144e890931395f234e76408c6ab735e5c47 Mon Sep 17 00:00:00 2001 From: Matt Coburn Date: Thu, 29 Apr 2021 19:32:38 +1000 Subject: [PATCH] =?UTF-8?q?Yikes.=20=E2=88=91(O=5FO;)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Managed/ENet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Managed/ENet.cs b/Source/Managed/ENet.cs index 2c242b3..c99ccd6 100644 --- a/Source/Managed/ENet.cs +++ b/Source/Managed/ENet.cs @@ -1141,7 +1141,7 @@ public static uint Time 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; }