netcode good condition

This commit is contained in:
2023-04-19 21:38:28 +03:00
parent 3b4d50e75e
commit 353db087a6
8 changed files with 403 additions and 79 deletions

View File

@@ -116,9 +116,7 @@ namespace Game
if (!IsRecording)
return;
if (actorState.position.Length <= 0.01)
Console.Print("wrong recorded position?");
currentState.actor = actorState;
base.RecordCurrentActorState(actorState);
}
public void FlushDemo()