LibUv Networking (#65)
This commit is contained in:
parent
ec6629fbe9
commit
5e2be2d7b6
69 changed files with 5612 additions and 586 deletions
|
|
@ -63,7 +63,7 @@ namespace Server.Misc
|
|||
}
|
||||
}
|
||||
|
||||
private static bool HasDisconnected(Mobile m) => m.NetState?.Socket == null;
|
||||
private static bool HasDisconnected(Mobile m) => m.NetState?.Connection == null;
|
||||
|
||||
private static LocationInfo GetRandomDestination() => m_Destinations[Utility.Random(m_Destinations.Length)];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue