mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 22:53:21 +00:00
Fix FTT OnAntiRush error
This commit is contained in:
parent
b8e2135d42
commit
42b0884b99
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -888,7 +888,7 @@ public Action OnAntiRush(int client, int &type, float distance) {
|
|||
SpecialType special = view_as<SpecialType>(GetRandomInt(1,6));
|
||||
iLastAntiRushEvent[client] = GetGameTime();
|
||||
SpawnSpecialForTarget(special, client);
|
||||
PrintToConsoleAll("[FTT] Spawning anti-rush special on %N (dist=%f) (special=%N)", client, distance, SPECIAL_NAMES[view_as<int>(special)-1]);
|
||||
PrintToConsoleAll("[FTT] Spawning anti-rush special on %N (dist=%f) (special=%s)", client, distance, SPECIAL_NAMES[view_as<int>(special)-1]);
|
||||
}
|
||||
}
|
||||
return Plugin_Continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue