1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 07:06:30 +09:00

One more define to allow unity web player to run

This commit is contained in:
lidgren
2011-06-21 06:47:34 +00:00
parent daa1d4e946
commit 9554d33492
3 changed files with 9 additions and 3 deletions

View File

@@ -93,6 +93,8 @@ namespace Lidgren.Network
IPAddress mask;
var client = NetUtility.GetMyAddress(out mask);
if (client == null)
return false;
try
{