Merge remote-tracking branch 'origin/general-devel' into noclip
This commit is contained in:
commit
227125199a
2 changed files with 3 additions and 3 deletions
|
|
@ -963,7 +963,7 @@ namespace TShockAPI
|
|||
short type = args.Type;
|
||||
int index = args.Index;
|
||||
|
||||
if (index > Main.maxProjectiles || index < 0)
|
||||
if (index > Main.maxProjectiles)
|
||||
{
|
||||
args.Player.RemoveProjectile(ident, owner);
|
||||
args.Handled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue