Do not run party discovery in zonebuilder
This commit is contained in:
parent
6b780150a3
commit
c067b099f1
@ -193,6 +193,11 @@ namespace Components
|
||||
|
||||
Party::Party()
|
||||
{
|
||||
if (ZoneBuilder::IsEnabled())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
PartyEnable = Dvar::Register<bool>("party_enable", Dedicated::IsEnabled(), Game::DVAR_NONE, "Enable party system");
|
||||
Dvar::Register<bool>("xblive_privatematch", true, Game::DVAR_INIT, "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user