Page MenuHomeFeedback Tracker

Animal, Vehicle and possibly some other Death Events not logged properly
New, UrgentPublic

Description

Since the release of 1.21 this part of code else // others

{
    LogPrint( m_PlayerPrefix + " killed by " + m_PlayerPrefix2);
}

causes Vehicle, Animal and possibly some other death events not to be logged properly because m_PlayerPrefix2 is always an empty string resulting in this output format:
18:54:10 | Player "..." (DEAD) (id=...= pos=<11643.9, 5204.4, 297.4>) killed by

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Server
Steps To Reproduce

Get killed by an Animal or Vehicle

Event Timeline

nxck69_ created this task.May 29 2023, 9:09 PM