Changed method call to DoesAllowMultiLogin() instead of IsAllowMultiLogin()
Compiles correctly.
This commit is contained in:
parent
3a2759fdc1
commit
9bba8e4c7d
@ -1791,7 +1791,7 @@ void cClientHandle::HandleKeepAlive(int a_KeepAliveID)
|
||||
bool cClientHandle::CheckMultiLogin(const AString & a_Username)
|
||||
{
|
||||
// If the multilogin is allowed, skip this check entirely:
|
||||
if ((cRoot::Get()->GetServer()->IsAllowMultiLogin()))
|
||||
if ((cRoot::Get()->GetServer()->DoesAllowMultiLogin()))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user