mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core/World: Refactor World::LoadConfigSettings to unify validation of all config options and reduce its impact on compile time
This commit is contained in:
@@ -1522,7 +1522,6 @@ void WorldSession::SendFeatureSystemStatus()
|
||||
features.EuropaTicketSystemStatus->SuggestionsEnabled = sWorld->getBoolConfig(CONFIG_SUPPORT_SUGGESTIONS_ENABLED);
|
||||
|
||||
features.CharUndeleteEnabled = sWorld->getBoolConfig(CONFIG_FEATURE_SYSTEM_CHARACTER_UNDELETE_ENABLED);
|
||||
features.BpayStoreEnabled = sWorld->getBoolConfig(CONFIG_FEATURE_SYSTEM_BPAY_STORE_ENABLED);
|
||||
features.IsChatMuted = !CanSpeak();
|
||||
|
||||
features.SpeakForMeAllowed = false;
|
||||
|
||||
Reference in New Issue
Block a user