You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 23:56:30 +09:00
Typo fixed
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Lidgren.Network
|
|||||||
public static IPAddress GetMyAddress(out IPAddress mask)
|
public static IPAddress GetMyAddress(out IPAddress mask)
|
||||||
{
|
{
|
||||||
mask = null;
|
mask = null;
|
||||||
#if UNITY_ANDROID || UNITY_STANDALONE_OSX || UNITY_STANDLONE_WIN || UNITY_STANDLONE_LINUX || UNITY_IOS
|
#if UNITY_ANDROID || UNITY_STANDALONE_OSX || UNITY_STANDALONE_WIN || UNITY_STANDALONE_LINUX || UNITY_IOS
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!(UnityEngine.Application.internetReachability == UnityEngine.NetworkReachability.NotReachable))
|
if (!(UnityEngine.Application.internetReachability == UnityEngine.NetworkReachability.NotReachable))
|
||||||
|
|||||||
Reference in New Issue
Block a user