Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LuxLuma/L4D2-Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LuxLuma committed Jan 9, 2022
2 parents 1d986fb + 92846e4 commit be608fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified l4d2_supply_woodbox/plugins/l4d2_supply_woodbox.smx
Binary file not shown.
3 changes: 1 addition & 2 deletions l4d2_supply_woodbox/scripting/l4d2_supply_woodbox.sp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <sdktools>
#include <sdkhooks>
#include <left4dhooks>
#include <multicolors>

#define AIRDROP_CHANCE 15
#define MAXENTITIES 2048
Expand Down Expand Up @@ -594,7 +593,7 @@ public Action Timer_SupplyBoxDrop(Handle hTimer)
{
if(IsClientInGame(i) && (GetClientTeam(i) == TEAM_SURVIVORS || GetClientTeam(i) == TEAM_SPECTATOR))
{
CPrintToChat(i, "%T", "Supply_Drop", i);
PrintToChat(i, "%T", "Supply_Drop", i);
}
}
}
Expand Down

0 comments on commit be608fa

Please sign in to comment.