mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
i broke argless !mapsdone
This commit is contained in:
parent
bfdfff0eb1
commit
0f250cc780
@ -574,9 +574,6 @@ public Action Command_MapsDoneLeft(int client, int args)
|
|||||||
{
|
{
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
|
||||||
GetClientName(target, gS_TargetName[client], sizeof(gS_TargetName[]));
|
|
||||||
iSteamID = GetSteamAccountID(target);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -584,6 +581,12 @@ public Action Command_MapsDoneLeft(int client, int args)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (iSteamID < 1)
|
||||||
|
{
|
||||||
|
GetClientName(target, gS_TargetName[client], sizeof(gS_TargetName[]));
|
||||||
|
iSteamID = GetSteamAccountID(target);
|
||||||
|
}
|
||||||
|
|
||||||
gI_TargetSteamID[client] = iSteamID;
|
gI_TargetSteamID[client] = iSteamID;
|
||||||
|
|
||||||
char sCommand[16];
|
char sCommand[16];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user