Hitmarker: how to DC while shooting?!

This commit is contained in:
neon 2019-09-27 01:59:33 +02:00
parent b1f57f9f0e
commit ee087d6b6f

View File

@ -382,7 +382,8 @@ public void ShowOverlay(int client)
public Action ClearOverlay(Handle timer, int client)
{
g_hTimer[client] = null;
ClientCommand(client, "r_screenoverlay \"\"");
if (IsClientConnected(client))
ClientCommand(client, "r_screenoverlay \"\"");
}
//----------------------------------------------------------------------------------------------------