diff -r d0647647a697 -r b229b3259a76 share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Thu Mar 15 15:34:29 2018 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Thu Mar 15 15:49:17 2018 +0100 @@ -423,8 +423,6 @@ end if gameOver then - SendStat(siGraphTitle, loc("Score graph")) - EndTurn(true) teamsSorted = {} @@ -713,6 +711,8 @@ hhs[numhhs] = gear numhhs = numhhs + 1 SetEffect(gear, heResurrectable, 1) + elseif GetGearType(gear) == gtATFinishGame then + SendStat(siGraphTitle, loc("Score graph")) end end