You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-14 14:16:30 +09:00
Warnings and minor inconsistencies fixed
This commit is contained in:
@@ -36,7 +36,7 @@ namespace UnitTests
|
||||
catch (NetException nex)
|
||||
{
|
||||
if (nex.Message != "This message has already been sent! Use NetPeer.SendMessage() to send to multiple recipients efficiently")
|
||||
throw nex;
|
||||
throw;
|
||||
}
|
||||
|
||||
peer.Shutdown("bye");
|
||||
|
||||
Reference in New Issue
Block a user