[Discord]: Fix conditional
This commit is contained in:
parent
12f31f1d75
commit
f99e37c8bb
@ -114,7 +114,7 @@ namespace Components
|
||||
|
||||
void Discord::preDestroy()
|
||||
{
|
||||
if (Dedicated::IsEnabled() || ZoneBuilder::IsEnabled() || !Initialized_)
|
||||
if (!Initialized_)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user