mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkServer.InternalSetClientNotReady moved into SetClientNotReady because it can't be overwritten anymore anyway
This commit is contained in:
parent
7b550fdf4b
commit
64ed66edbe
@ -827,11 +827,6 @@ public static void SetAllClientsNotReady()
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void SetClientNotReady(NetworkConnection conn)
|
public static void SetClientNotReady(NetworkConnection conn)
|
||||||
{
|
|
||||||
InternalSetClientNotReady(conn);
|
|
||||||
}
|
|
||||||
|
|
||||||
internal static void InternalSetClientNotReady(NetworkConnection conn)
|
|
||||||
{
|
{
|
||||||
if (conn.isReady)
|
if (conn.isReady)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user