Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions NetProviders/Mirror/MirrorNetProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ private void CmdRelayFrame(MirrorFrame frame)
[ClientRpc(channel = Channels.Unreliable, includeOwner = false)]
private void RpcReceiveFrame(MirrorFrame frame)
{
if (MetaVc == null)
return;

if (isServer)
{
// Don't apply server Time.deltaTime to additionalLatency -- this frame did not go over the network again.
Expand Down