mirror of
https://github.com/azerothcore/mod-solo-lfg
synced 2025-11-29 15:58:17 +08:00
update
This commit is contained in:
@@ -20,9 +20,9 @@ public:
|
||||
{
|
||||
if (sConfigMgr->GetBoolDefault("LFG.SoloMode", true))
|
||||
{
|
||||
if (!sLFGMgr->IsTesting())
|
||||
if (!sLFGMgr->IsSoloLFG())
|
||||
{
|
||||
sLFGMgr->ToggleTesting();
|
||||
sLFGMgr->ToggleSoloLFG();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user