Merge pull request #162 from Salanto/fix-invite
Fix uninvite not working
This commit is contained in:
commit
f2943c5ebe
@ -163,7 +163,7 @@ bool AreaData::invite(int f_clientId)
|
||||
|
||||
bool AreaData::uninvite(int f_clientId)
|
||||
{
|
||||
if (m_invited.contains(f_clientId)) {
|
||||
if (!m_invited.contains(f_clientId)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user