You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2021. It is now read-only.
/// Occurs when the match started, so when the "begin_new_match"-GameEvent is dropped.
44
49
/// This usually right before the freezetime of the 1st round. Be careful, since the players
@@ -533,12 +538,13 @@ public void ParseHeader()
533
538
534
539
if(IsHeaderCorrupted)
535
540
{
536
-
Console.WriteLine("WARNING: The header for this demo file is corrupted. TickRate, TickTime, CurrentTime will be 0 for ticks at the start of the demo. ParsingProgress, PlaybackFrames, PlaybackTicks, PlaybackTime will always be 0. HeaderCorrupted event triggered.");
541
+
Console.WriteLine("WARNING: The header for this demo file is corrupted. TickRate, TickTime, CurrentTime will be 0 for ticks at the start of the demo. ParsingProgress, PlaybackFrames, PlaybackTicks, PlaybackTime will always be 0.");
542
+
Console.WriteLine("HeaderCorrupted event raised, TimeFixed event will be raised when time variables are repaired.");
0 commit comments