mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
i broke !profile
This commit is contained in:
parent
797fe65367
commit
32f0e50905
@ -692,12 +692,10 @@ public Action Command_Profile(int client, int args)
|
||||
{
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
iSteamID = GetSteamAccountID(target);
|
||||
}
|
||||
}
|
||||
|
||||
gI_TargetSteamID[client] = iSteamID;
|
||||
gI_TargetSteamID[client] = (iSteamID > 0) ? iSteamID : GetSteamAccountID(target);
|
||||
|
||||
return OpenStatsMenu(client, gI_TargetSteamID[client]);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user