Skip to content

Commit

Permalink
bump exiled to 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMarfix committed Dec 29, 2024
1 parent 0c6619d commit 40223a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Handlers/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public static void OnShooting(ShootingEventArgs ev)
if (!VeryUsualDay.Instance.ScpPlayers.TryGetValue(ev.Player.Id, out var player)) return;
if (player == VeryUsualDay.Scps.Scp035 && ev.Firearm.Type == ItemType.GunRevolver)
{
ev.Firearm.Ammo += 1;
ev.Firearm.MagazineAmmo += 1;
}
}

Expand Down
2 changes: 1 addition & 1 deletion VeryUsualDay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ExMod.Exiled" Version="8.14.1" />
<PackageReference Include="ExMod.Exiled" Version="9.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 40223a2

Please sign in to comment.