diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 05adacb6..3b1dfb1b 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1432,7 +1432,6 @@ namespace TShockAPI { switch (Main.tile[x, y].type) { - case 22: case 25: Main.tile[x, y].type = 117; break; @@ -1498,7 +1497,6 @@ namespace TShockAPI { switch (Main.tile[x, y].type) { - case 22: case 117: case 25: Main.tile[x, y].type = 1;