silly sourcemod sizeof array syntax

This commit is contained in:
rtldg 2024-04-23 21:00:39 +00:00
parent 16a927cd91
commit 1f1a897927

View File

@ -672,7 +672,7 @@ public Action Command_MapsDoneLeft(int client, int args)
if (iSteamID == 0) if (iSteamID == 0)
{ {
GetClientName(target, gS_TargetName[client], sizeof(gS_TargetName[client])); GetClientName(target, gS_TargetName[client], sizeof(gS_TargetName[]));
iSteamID = GetSteamAccountID(target); iSteamID = GetSteamAccountID(target);
} }