diff options
author | Spp <spp@jorge.gr> | 2010-05-20 23:35:27 +0200 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2010-05-20 23:35:27 +0200 |
commit | defd13197071f4fe3975183ca67e4e8fabee8fad (patch) | |
tree | fffdbe39560b49fbc09355c98051e5d1908d95e5 /src/game/Channel.cpp | |
parent | e6ba336f919e1e25e685964ad13992edf312d42b (diff) |
Dungeon Finder: Initial setup and dungeon listing
--HG--
branch : trunk
Diffstat (limited to 'src/game/Channel.cpp')
-rw-r--r-- | src/game/Channel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp index 68de32fd690..0047892972b 100644 --- a/src/game/Channel.cpp +++ b/src/game/Channel.cpp @@ -161,8 +161,7 @@ void Channel::Join(uint64 p, const char *pass) if (plr) { if (HasFlag(CHANNEL_FLAG_LFG) && - sWorld.getConfig(CONFIG_RESTRICTED_LFG_CHANNEL) && plr->GetSession()->GetSecurity() == SEC_PLAYER && - (plr->GetGroup() || plr->m_lookingForGroup.Empty())) + sWorld.getConfig(CONFIG_RESTRICTED_LFG_CHANNEL) && plr->GetSession()->GetSecurity() == SEC_PLAYER && plr->GetGroup()) { MakeNotInLfg(&data); SendToOne(&data, p); |