diff --git a/plugins/l4d2_feedthetrolls.smx b/plugins/l4d2_feedthetrolls.smx index b06dcd6..5986b37 100644 Binary files a/plugins/l4d2_feedthetrolls.smx and b/plugins/l4d2_feedthetrolls.smx differ diff --git a/scripting/include/feedthetrolls/events.inc b/scripting/include/feedthetrolls/events.inc index d4f9075..71a8751 100644 --- a/scripting/include/feedthetrolls/events.inc +++ b/scripting/include/feedthetrolls/events.inc @@ -888,7 +888,7 @@ public Action OnAntiRush(int client, int &type, float distance) { SpecialType special = view_as(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(special)-1]); + PrintToConsoleAll("[FTT] Spawning anti-rush special on %N (dist=%f) (special=%s)", client, distance, SPECIAL_NAMES[view_as(special)-1]); } } return Plugin_Continue;