Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Fix that getting and empty client select menu counts as report
Browse files Browse the repository at this point in the history
  • Loading branch information
Impact123 committed Nov 3, 2018
1 parent 00e019b commit 5826023
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gameserver/calladmin.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1143,12 +1143,6 @@ void ShowClientSelectMenu(int client)
if (menu.ItemCount < 1)
{
PrintToChat(client, "\x04[CALLADMIN]\x03 %t", "CallAdmin_NoPlayers");
g_iLastReport[client] = GetTime();

if (LibraryExists("clientprefs"))
{
SetClientCookieEx(client, g_hLastReportCookie, "%d", GetTime());
}
}
else
{
Expand Down

0 comments on commit 5826023

Please sign in to comment.