Skip to content

WIP: Fix killerinfo data desync#1896

Draft
Rainyan wants to merge 1 commit into
NeotokyoRebuild:masterfrom
Rainyan:killer-info-refactor
Draft

WIP: Fix killerinfo data desync#1896
Rainyan wants to merge 1 commit into
NeotokyoRebuild:masterfrom
Rainyan:killer-info-refactor

Conversation

@Rainyan

@Rainyan Rainyan commented Mar 27, 2026

Copy link
Copy Markdown
Member

Description

WIP, not ready for review.

Toolchain

  • Windows MSVC VS2022

Linked Issues

Comment on lines +1733 to +1737
#ifdef NEO
event->SetFloat("damageamount", info.GetDamage());
#else
event->SetInt("priority", 5 ); // HLTV event priority, not transmitted
#endif

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naive question: why take out the "priority" setting in this case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The damage report lies

2 participants