diff --git a/src/Components/Modules/Discord.cpp b/src/Components/Modules/Discord.cpp index 5b7dd686..1797be20 100644 --- a/src/Components/Modules/Discord.cpp +++ b/src/Components/Modules/Discord.cpp @@ -114,7 +114,7 @@ namespace Components void Discord::preDestroy() { - if (Dedicated::IsEnabled() || ZoneBuilder::IsEnabled() || !Initialized_) + if (!Initialized_) { return; }