You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 07:36:32 +09:00
Modified UPnP response handling
This commit is contained in:
@@ -114,7 +114,11 @@ namespace Lidgren.Network
|
||||
m_discoveryComplete.Set();
|
||||
#if !DEBUG
|
||||
}
|
||||
catch { return; }
|
||||
catch
|
||||
{
|
||||
m_peer.LogVerbose("Exception ignored trying to parse UPnP XML response");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user