From 3e75ec8a52f91318785867ba2a3b44ded87f573b Mon Sep 17 00:00:00 2001 From: White Date: Fri, 17 Jul 2015 13:45:55 +0930 Subject: [PATCH] Fixes #1019 --- TShockAPI/GetDataHandlers.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 161d26d8..88f9323d 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -2571,7 +2571,6 @@ namespace TShockAPI } } - // force all explosives server-side. -- DOES NOT WORK DUE TO LATENCY(?) if (hasPermission && (type == ProjectileID.Bomb || type == ProjectileID.Dynamite @@ -2580,8 +2579,6 @@ namespace TShockAPI { // Denotes that the player has recently set a fuse - used for cheat detection. args.Player.RecentFuse = 10; - args.Player.RemoveProjectile(ident, owner); - Projectile.NewProjectile(pos.X, pos.Y, vel.X, vel.Y, type, dmg, knockback); return true; }