Fix crash
This commit is contained in:
parent
fe67c46994
commit
60cd705153
@ -20,7 +20,7 @@ namespace Steam
|
||||
|
||||
if (!subId)
|
||||
{
|
||||
if (Components::Dedicated::IsDedicated()) // Dedi guid
|
||||
if (Components::Dedicated::IsDedicated() || Components::ZoneBuilder::IsEnabled()) // Dedi guid
|
||||
{
|
||||
subId = ~0xDED1CA7E;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user