Suicide is NOT the answer.

This commit is contained in:
MarcEricMartel 2023-12-13 15:21:19 -05:00
parent 53e0af3f94
commit c7c38ed44d

View File

@ -289,7 +289,8 @@ void Server::Run() {
Player* murderer = m_conns.at(conn->player->Killer)->player;
murderer->addPoint();
if (murderer != conn->player)
murderer->addPoint();
std::string killer = murderer->GetUsername();