Update changelog re. new hook changes
This commit is contained in:
parent
c891a81f67
commit
46617e61d0
2 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
||||||
* Fixed /savessc not bothering to save ssc data for people who bypass ssc. (@hakusaro)
|
* Fixed /savessc not bothering to save ssc data for people who bypass ssc. (@hakusaro)
|
||||||
* Default permission sets for new databases are more modern. (@hakusaro)
|
* Default permission sets for new databases are more modern. (@hakusaro)
|
||||||
* Added the ability to ban by account name instead of just banning a character name assuming its an account name. (@hakusaro)
|
* Added the ability to ban by account name instead of just banning a character name assuming its an account name. (@hakusaro)
|
||||||
|
* `GetDataHandlers.SendTileSquare` hook now sends a `TSPlayer` and a `MemoryStream` of raw data. (@hakusaro)
|
||||||
|
* Added `GetDataHandlers.HealOtherPlayer` hook. (@hakusaro)
|
||||||
|
* Added `GetDataHandlers.PlaceObject` hook. (@hakusaro)
|
||||||
|
|
||||||
## TShock 4.3.24
|
## TShock 4.3.24
|
||||||
* Updated OpenTerraria API to 1.3.5.3 (@DeathCradle)
|
* Updated OpenTerraria API to 1.3.5.3 (@DeathCradle)
|
||||||
|
|
|
||||||
|
|
@ -2261,7 +2261,6 @@ namespace TShockAPI
|
||||||
ai[i] = 0f;
|
ai[i] = 0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var index = TShock.Utils.SearchProjectile(ident, owner);
|
var index = TShock.Utils.SearchProjectile(ident, owner);
|
||||||
|
|
||||||
if (OnNewProjectile(ident, pos, vel, knockback, dmg, owner, type, index, args.Player))
|
if (OnNewProjectile(ident, pos, vel, knockback, dmg, owner, type, index, args.Player))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue