Remove extra comma

This commit is contained in:
Lucas Nicodemus 2011-12-31 19:52:29 -07:00
parent 4f6b564a73
commit 3618acb0d1

View file

@ -346,7 +346,7 @@ namespace TShockAPI
Knockback = knockback,
Damage = dmg,
Owner = owner,
Type = type,,
Type = type,
Index = index,
};
NewProjectile.Invoke(null, args);