diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 0667a7d6..9f28db34 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1516,7 +1516,7 @@ namespace TShockAPI case 116: Main.tile[x, y].type = 169; break; - case 118: + case 113: Main.tile[x, y].type = 38; break; default: