Don't check time attack emblems in multiplayer

(Maybe some day...)
This commit is contained in:
Sally Coolatta 2022-02-28 13:58:23 -05:00
parent 30f6ae6e56
commit ffb76334ff

View file

@ -3869,7 +3869,8 @@ static void G_UpdateVisited(gamedata_t *data, boolean silent)
if (silent)
{
M_CheckLevelEmblems(data);
if (modeattacking)
M_CheckLevelEmblems(data);
}
else
{