Fix crash

This commit is contained in:
momo5502 2016-02-27 14:46:18 +01:00
parent fe67c46994
commit 60cd705153

View File

@ -20,7 +20,7 @@ namespace Steam
if (!subId) if (!subId)
{ {
if (Components::Dedicated::IsDedicated()) // Dedi guid if (Components::Dedicated::IsDedicated() || Components::ZoneBuilder::IsEnabled()) // Dedi guid
{ {
subId = ~0xDED1CA7E; subId = ~0xDED1CA7E;
} }