diff --git a/Source/multi.cpp b/Source/multi.cpp index d653fc322..dfd197007 100644 --- a/Source/multi.cpp +++ b/Source/multi.cpp @@ -226,6 +226,10 @@ void ParseTurn(int pnum, uint32_t turn) void PlayerLeftMsg(int pnum, bool left) { + if (pnum == MyPlayerId) { + return; + } + auto &player = Players[pnum]; if (!player.plractive) {