Skip to content

Recorded Ticks always -1 #4

Description

@CrazyHackGUT

It looks like a bug in core.
recorded_ticks in TF2 always -1 in latest Core version. Required to check in another games.

{
    "start_time": 1565718510,
    "end_time": 1565722914,
    "recorded_ticks": -1
}

At the same time, current tick detects normal in events:

[
        {
            "event_name": "Core:PlayerDeath",
            "time": 1565718720,
            "tick": 14009,
            "data": {
                "client": "x",
                "victim": "y"
            }
        },
        {
            "event_name": "Core:PlayerDeath",
            "time": 1565718723,
            "tick": 14191,
            "data": {
                "client": "x",
                "victim": "z"
            }
        },
        {
            "event_name": "Core:RoundEnd",
            "time": 1565718723,
            "tick": 14191,
            "data": {}
        }
]

Metadata

Metadata

Assignees

Labels

Component: ModuleEngine: OrangeBoxTeam Fortress 2, Counter-Strike: Source, Half-Life 2: Deathmatch, Day of Defeat: Source, etc.bugSomething isn't workinghelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions