Skip to content

Commit

Permalink
Merge pull request #401 from Ymihere03/fix-wall-crush-event
Browse files Browse the repository at this point in the history
Fix bug with wall crush events when using the text kill feed
  • Loading branch information
Ymihere03 authored Apr 10, 2024
2 parents cbc5eec + e13c085 commit f71c44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/CScoreKeeper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void CScoreKeeper::Score(ScoreInterfaceReasons reason,
iface.consoleLine = destStr;
iface.consoleJustify = static_cast<long>(MsgAlignment::Center);
itsGame->itsApp->ComposeParamLine(
destStr, kmKilledByCollision, itsGame->itsNet->playerTable[hitPlayer]->PlayerName(), NULL);
destStr, kmKilledByCollision, itsGame->itsNet->playerTable[player]->PlayerName(), NULL);
}

event.scoreType = ksiKillBonus;
Expand Down

0 comments on commit f71c44c

Please sign in to comment.