Update changelog re. new hook changes

This commit is contained in:
Lucas Nicodemus 2017-12-09 01:29:23 -07:00
parent c891a81f67
commit 46617e61d0
2 changed files with 3 additions and 1 deletions

View file

@ -2261,7 +2261,6 @@ namespace TShockAPI
ai[i] = 0f;
}
var index = TShock.Utils.SearchProjectile(ident, owner);
if (OnNewProjectile(ident, pos, vel, knockback, dmg, owner, type, index, args.Player))