Skip to content

Commit

Permalink
Merge pull request #1294 from newbytf/dev-cur
Browse files Browse the repository at this point in the history
core: make haze-stats align better with in-game stats
  • Loading branch information
newbytf authored Jan 28, 2024
2 parents b4d7da7 + 233e033 commit a52b04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssqc/events.qc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void (entity attacker, entity target, entity inflictor, float damage, float true

part2 = sprintf("\"inflictor\": \"%s\", \"damage\": %s, \"time\": %s, \"gameTimeStamp\": \"%s\"}",
inflictorId,
ftos(damage),
ftos(truedam),
ftos(gametime),
gametimestamp
);
Expand Down

0 comments on commit a52b04e

Please sign in to comment.