mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +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();
|
||||
#endif
|
||||
|
||||
if (!dedicated)
|
||||
{
|
||||
M_PopupMasterServerRules();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue