some more random fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4673 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3c8ece88ed
commit
68599df1f7
6 changed files with 48 additions and 32 deletions
|
@ -2852,7 +2852,7 @@ client_t *SVC_DirectConnect(void)
|
|||
}
|
||||
|
||||
{
|
||||
char *banreason = SV_BannedReason(&adr);
|
||||
char *banreason = SV_BannedReason(&net_from);
|
||||
if (banreason)
|
||||
{
|
||||
if (*banreason)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue