mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Don't popup MS rules in dedicated mode
This commit is contained in:
parent
af3df72c29
commit
593cbbea65
1 changed files with 4 additions and 1 deletions
|
@ -591,5 +591,8 @@ Advertise_OnChange(void)
|
||||||
DRPC_UpdatePresence();
|
DRPC_UpdatePresence();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (!dedicated)
|
||||||
|
{
|
||||||
M_PopupMasterServerRules();
|
M_PopupMasterServerRules();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue