remove unused variable

This commit is contained in:
KiD Fearless 2020-11-22 09:54:34 -07:00
parent 10ae7730de
commit 069450d443

View File

@ -944,8 +944,7 @@ public void Trans_OnRecordCompare(Database db, any data, int numQueries, DBResul
int iSteamID = hPack.ReadCell();
int client = 0;
char szSteamid[32];
// Just use the client index in the pack?
// Check if the target is in game
for(int index = 1; index <= MaxClients; index++)
{
if(IsValidClient(index) && !IsFakeClient(index))