diff --git a/src/m_cond.c b/src/m_cond.c index 3032eed6c..5beb4fc28 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -3538,10 +3538,6 @@ boolean M_GameAboutToStart(void) if (gamestartchallenge >= MAXUNLOCKABLES) return true; - // An unfortunate sidestep, but sync is important. - if (netgame) - return true; - // Pending unlocked, but not unlocked return ( gamedata->unlockpending[gamestartchallenge]