diff --git a/src/modes/soccer_world.cpp b/src/modes/soccer_world.cpp index 5075a4bab..fe03e71b4 100644 --- a/src/modes/soccer_world.cpp +++ b/src/modes/soccer_world.cpp @@ -655,7 +655,7 @@ void SoccerWorld::handlePlayerGoalFromServer(const NetworkString& ns) // May happen if this message is added when spectate started if (time > 3.0f) time = 3.0f; - if (m_race_gui) + if (m_race_gui && !isStartPhase()) { m_race_gui->addMessage(msg, NULL, time, video::SColor(255, 255, 0, 255), /*important*/true,