Prevent zonebuilder and dedi conflicts.

This commit is contained in:
momo5502 2016-01-17 12:57:42 +01:00
parent 4bbe670c32
commit 1b572511da

View File

@ -401,7 +401,7 @@ namespace Components
bool ZoneBuilder::IsEnabled() bool ZoneBuilder::IsEnabled()
{ {
return Flags::HasFlag("zonebuilder"); return (Flags::HasFlag("zonebuilder") && !Dedicated::IsDedicated());
} }
// TODO: Remove and replace with loadzone command // TODO: Remove and replace with loadzone command