mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-14 07:38:04 +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
|
||||
{
|
||||
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
|
||||
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