From 3618acb0d16fadf06f5a69dbc4226829b70ccd66 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 31 Dec 2011 19:52:29 -0700 Subject: [PATCH] Remove extra comma --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 463e76a3..5d3257d2 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -346,7 +346,7 @@ namespace TShockAPI Knockback = knockback, Damage = dmg, Owner = owner, - Type = type,, + Type = type, Index = index, }; NewProjectile.Invoke(null, args);