Don't popup MS rules in dedicated mode

This commit is contained in:
Eidolon 2022-08-20 12:20:09 -05:00
parent af3df72c29
commit 593cbbea65

View file

@ -591,5 +591,8 @@ Advertise_OnChange(void)
DRPC_UpdatePresence(); DRPC_UpdatePresence();
#endif #endif
if (!dedicated)
{
M_PopupMasterServerRules(); M_PopupMasterServerRules();
} }
}