Remove extra comma
This commit is contained in:
parent
4f6b564a73
commit
3618acb0d1
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ namespace TShockAPI
|
|||
Knockback = knockback,
|
||||
Damage = dmg,
|
||||
Owner = owner,
|
||||
Type = type,,
|
||||
Type = type,
|
||||
Index = index,
|
||||
};
|
||||
NewProjectile.Invoke(null, args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue