From accdb03d191d97342ef15e8554b9afb28fa346d3 Mon Sep 17 00:00:00 2001 From: Darkvengance aka Sildaekar Date: Wed, 1 Feb 2012 13:48:56 -0600 Subject: [PATCH] Removed demonite ore from the "removespecial" and "convertcorruption" commands. --- TShockAPI/Commands.cs | 2 -- 1 file changed, 2 deletions(-) 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;