VIP_Test: fix log spam
This commit is contained in:
parent
cb1fb255d8
commit
718c5e7069
@ -239,6 +239,9 @@ stock void ApplyGroupFlags(int client)
|
||||
if (!g_bResponsePassed[client])
|
||||
return;
|
||||
|
||||
if (g_sGroup[client][0] == 0)
|
||||
return;
|
||||
|
||||
AdminId AdmID;
|
||||
GroupId GrpID;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user