diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 859613e2..ef67b844 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -2688,7 +2688,7 @@ namespace TShockAPI { // Denotes that the player has recently set a fuse - used for cheat detection. args.Player.RecentFuse = 10; - return true; + //return true; } return false;