From 5a7f5414cd681b8aa43064a98024475d47199e38 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 20 Jan 2012 23:28:48 -0700 Subject: [PATCH] Whoops, maybe we shouldn't let people kill shit. --- TShockAPI/TShock.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 5e440afe..9b1d2226 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1103,6 +1103,7 @@ namespace TShockAPI } } } + return true; } if (TShock.Config.AllowIce && tileType == 127)