Merge branch 'SQC-15_online' of https://github.com/CegepSTH/SQCSim2023 into SQC-15_online
This commit is contained in:
commit
74875709af
@ -289,7 +289,8 @@ void Server::Run() {
|
|||||||
|
|
||||||
Player* murderer = m_conns.at(conn->player->Killer)->player;
|
Player* murderer = m_conns.at(conn->player->Killer)->player;
|
||||||
|
|
||||||
murderer->addPoint();
|
if (murderer != conn->player)
|
||||||
|
murderer->addPoint();
|
||||||
|
|
||||||
std::string killer = murderer->GetUsername();
|
std::string killer = murderer->GetUsername();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user