Skip to content

Hoi, how are ya? c:

Compare
Choose a tag to compare
@joker-119 joker-119 released this 03 Jul 15:52
· 1138 commits to dev since this release
39e1fbd

Additions

  • [Exiled.CustomItems] Added a new CustomItem.OnAcquired(Player, Item, bool) override which includes the item they acquired.

Bug Fixes

  • [Exiled.API] Adjusted the Door.IsOpen, Door.IsClosed and Door.IsMoving properties for better compatability with Gate doors. [#1923]
  • [Exiled.API] Fixed a bug that caused NPC's to be spawnable with duplicate player IDs, and being invisible when spawned. [#1936]
  • [Exiled.Events] The Player.Banning even will no longer throw a nullref when invoking the Player.Ban() method from a plugin. [#1926]
  • [Exiled.Events] Updated the Player.Escaping event patch for SL 13.1.1 [#1934]

Changes (Breaking)

  • None

Changes (Non-breaking)

  • [Exiled.CustomItems] Moved the OnAcquired() method call from the Player.PickingUpItem event to the Player.ItemAdded event.

What's Changed

Full Changelog: 7.1.1...7.2.0