From 217a5ba4e11cc38baf26db38245e2ac3539a0907 Mon Sep 17 00:00:00 2001 From: Vectozavr <60608292+vectozavr@users.noreply.github.com> Date: Tue, 26 Oct 2021 18:51:14 +0700 Subject: [PATCH] add result table --- Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.cpp b/Client.cpp index 880e3c6..71b6ac4 100644 --- a/Client.cpp +++ b/Client.cpp @@ -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();