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:
Spoike 2014-05-30 16:37:20 +00:00
parent 3c8ece88ed
commit 68599df1f7
6 changed files with 48 additions and 32 deletions

View file

@ -2852,7 +2852,7 @@ client_t *SVC_DirectConnect(void)
}
{
char *banreason = SV_BannedReason(&adr);
char *banreason = SV_BannedReason(&net_from);
if (banreason)
{
if (*banreason)