Skip to content

NON PB server do not record player stats #5

@ghost

Description

i have found NON PB server do not record player stats.
but if you edit line 2959 from
if (kvp.Key.Length > 0 && StatsTrackerCopy[kvp.Key].Guid.Length > 0 && this.m_ID_cache[kvp.Value.EAGuid].StatsID >= 1)
to
if (this.m_ID_cache[kvp.Value.EAGuid].StatsID >= 1)

seem to fix the error & get stats recording again.

hope this helps others.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions