mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 03:18:25 +00:00
silly sourcemod sizeof array syntax
This commit is contained in:
parent
16a927cd91
commit
1f1a897927
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user