Prevent zonebuilder and dedi conflicts.
This commit is contained in:
parent
4bbe670c32
commit
1b572511da
@ -401,7 +401,7 @@ namespace Components
|
||||
|
||||
bool ZoneBuilder::IsEnabled()
|
||||
{
|
||||
return Flags::HasFlag("zonebuilder");
|
||||
return (Flags::HasFlag("zonebuilder") && !Dedicated::IsDedicated());
|
||||
}
|
||||
|
||||
// TODO: Remove and replace with loadzone command
|
||||
|
Loading…
Reference in New Issue
Block a user