VIP_Test: fix log spam

This commit is contained in:
neon 2018-09-12 21:24:32 +02:00
parent cb1fb255d8
commit 718c5e7069

View File

@ -239,6 +239,9 @@ stock void ApplyGroupFlags(int client)
if (!g_bResponsePassed[client]) if (!g_bResponsePassed[client])
return; return;
if (g_sGroup[client][0] == 0)
return;
AdminId AdmID; AdminId AdmID;
GroupId GrpID; GroupId GrpID;