Skip to content

Commit

Permalink
Yikes. ∑(O_O;)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftwareGuy committed Apr 29, 2021
1 parent aef654c commit 0d2e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Managed/ENet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0d2e714

Please sign in to comment.