mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Aligning.
This commit is contained in:
parent
0ca5b5ae35
commit
c90d3184ea
@ -133,11 +133,13 @@ void NET_DisconnectClient(CClient* pClient, int nIndex, const char* szReason, ui
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (std::strlen(szReason) == NULL) // Is reason null?
|
if (std::strlen(szReason) == NULL) // Is reason null?
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!pClient->GetNetChan())
|
|
||||||
|
if (!pClient->GetNetChan()) // NC even existent?
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user