mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkClient.UpdateClients renamed to UpdateClient
This commit is contained in:
parent
db32754100
commit
70ecdd8f3a
@ -254,7 +254,7 @@ public void UnregisterHandler(MsgType msgType)
|
||||
UnregisterHandler((short)msgType);
|
||||
}
|
||||
|
||||
internal static void UpdateClients()
|
||||
internal static void UpdateClient()
|
||||
{
|
||||
singleton?.Update();
|
||||
}
|
||||
|
@ -937,7 +937,7 @@ internal void UNetUpdate()
|
||||
public static void UNetStaticUpdate()
|
||||
{
|
||||
NetworkServer.Update();
|
||||
NetworkClient.UpdateClients();
|
||||
NetworkClient.UpdateClient();
|
||||
NetworkManager.UpdateScene();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user