add result table

master
Vectozavr 2021-10-26 18:51:14 +07:00
parent 18d13eed31
commit 217a5ba4e1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ void Client::processCustomPacket(MsgType type, sf::Packet& packet) {
_players[buffId[1]]->addKill();
_lastEvent += _players[buffId[1]]->playerName();
}
_lastEvent += " kill ";
_lastEvent += " ~> ";
if(buffId[0] == _socket.ownId()) {
_player->addDeath();