Move most of HandleProjectileKill to Bouncer
Added GetDataHandlers.ProjectileKill hook and related arguments. Fired when a projectile kill packet is accepted by the server.
This commit is contained in:
parent
2cfa633df4
commit
c5f9a51802
3 changed files with 71 additions and 14 deletions
|
|
@ -30,6 +30,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* Added `GetDataHandlers.HealOtherPlayer` hook. (@hakusaro)
|
||||
* Added `GetDataHandlers.PlaceObject` hook. (@hakusaro)
|
||||
* `GetDataHandlers.KillMe` now sends a `TSPlayer` and a `PlayerDeathReason`. (@hakusaro)
|
||||
* Added `GetDataHandlers.ProjectileKill` hook. (@hakusaro)
|
||||
|
||||
## TShock 4.3.24
|
||||
* Updated OpenTerraria API to 1.3.5.3 (@DeathCradle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue