Skip to content

Commit

Permalink
Added commented m4a4 allocation in WeaponsAllocator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 11, 2024
1 parent 67ffb88 commit ae9f0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Allocators/WeaponsAllocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public static void Allocate(CCSPlayerController player)

if ((CsTeam)player.TeamNum == CsTeam.CounterTerrorist)
{
// player.GiveNamedItem(CsItem.M4A4);
player.GiveNamedItem(CsItem.M4A1S);
// player.GiveNamedItem(CsItem.USPS);
player.GiveNamedItem(CsItem.Deagle);
Expand Down

0 comments on commit ae9f0d0

Please sign in to comment.