Skip to content

Commit

Permalink
Fix-SnowBall-not-being-throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Dec 29, 2024
1 parent a48f429 commit 54be0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EXILED/Exiled.API/Features/Items/Item.cs
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ ItemType.KeycardGuard or ItemType.KeycardJanitor or ItemType.KeycardO5 or ItemTy
ItemType.SCP1576 => new Scp1576(),
ItemType.SCP1344 => new Scp1344(),
ItemType.Jailbird => new Jailbird(),
ItemType.Snowball => new Throwable(ItemType.Snowball),
_ => new Item(type),
};

Expand Down

0 comments on commit 54be0af

Please sign in to comment.