diff --git a/src/p_inter.c b/src/p_inter.c index b5266e09f6aa587e75fe2504e593045053d3f28b..750e9cc34c77149e3bee699b19d725c27e5eec82 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -810,7 +810,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck) M_SilentUpdateUnlockablesAndEmblems(serverGamedata); } - if (P_IsLocalPlayer(player) || shareEmblems) + if (P_IsLocalPlayer(player) /*|| shareEmblems*/) { clientGamedata->collected[special->health-1] = true; M_UpdateUnlockablesAndExtraEmblems(clientGamedata);