mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-28 06:28:06 +03:00
SV_CreateCustomizationList: spew logs in only dev mode
This commit is contained in:
parent
f26ad71aba
commit
462fe55fb8
@ -145,9 +145,9 @@ void SV_CreateCustomizationList(client_t *pHost)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (sv_allow_upload.value == 0.0f)
|
if (sv_allow_upload.value == 0.0f)
|
||||||
Con_Printf("Ignoring custom decal from %s\n", pHost->name);
|
Con_DPrintf("Ignoring custom decal from %s\n", pHost->name);
|
||||||
else
|
else
|
||||||
Con_Printf("Ignoring invalid custom decal from %s\n", pHost->name);
|
Con_DPrintf("Ignoring invalid custom decal from %s\n", pHost->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user