Remove goal message during live join which can't be dismissed
This commit is contained in:
parent
78b13eeedf
commit
f3640d4896
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user