Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

9.0.0-alpha.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@xNexusACS xNexusACS released this 21 Jul 20:25
· 80 commits to dev since this release
c4e6422

Additions

  • [Exiled::Events] Added New AttackingEventArgs for SCP-096, SCP-173 & SCP-0492. #2739
  • [Exiled::API] Add new overload in Server::Shutdown(bool, bool). #2744

Fixes

  • [Exiled::API] Fixed item pickup time. #2745
  • [Exiled::API] Fixed ParentCheckpointDoor internal set. #2745
  • [Exiled::API] Fixed AntiSCP207 Item Creation. #2745
  • [Exiled::API] Fixed Player::UseItem() not calling the basegame event. #2745
  • [Exiled::Events] Fixed SpawningRagdollEventArgs::IsAllowed false not working as intended. #2747
  • [Exiled::Events] Fixed NullReferenceException in HealingEventArgs #2747
  • [Exiled::Events] Fixed NullReferenceException when setting ChangingItemEventArgs::Item to null #2747
  • [Exiled::Events] Fixed crash when using Strangling as SCP-3114 #2747

Changes (Non-Breaking)

  • [Exiled::API] AdminToy::Position now sets the AdminToyBase::NetworkPosition aswell. #2746
  • [Exiled::API] AdminToy::Rotation now sets the AdminToyBase::NetworkRotation aswell. #2746
  • [Exiled::API] AdminToy::Scale now sets the AdminToyBase::NetworkScale aswell. #2746
  • [Exiled::API] AdminToy::IsStatic now sets the AdminToyBase::NetworkIsStatic instead of AdminToyBase.IsStatic. #2746

Changes (Breaking)

  • [Exiled::API] Light::Create now use Quaternion for rotation instead of Vector3. #2746
  • [Exiled::API] Light::Create moved Color parameter before the spawn one. #2746
  • [Exiled::API] ShootingTargetToy::Create now use Quaternion for rotation instead of Vector3. #2746

Full Changelog: 9.0.0-alpha.17...9.0.0-alpha.18