Skip to content

Commit

Permalink
silly sourcemod sizeof array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg committed Apr 23, 2024
1 parent 16a927c commit 1f1a897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/shavit-stats.sp
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ public Action Command_MapsDoneLeft(int client, int args)

if (iSteamID == 0)
{
GetClientName(target, gS_TargetName[client], sizeof(gS_TargetName[client]));
GetClientName(target, gS_TargetName[client], sizeof(gS_TargetName[]));
iSteamID = GetSteamAccountID(target);
}

Expand Down

0 comments on commit 1f1a897

Please sign in to comment.