fixes crash on saving world with /removespecial

This commit is contained in:
k0rd 2012-02-10 01:40:05 -05:00
parent 6cb6e19f23
commit b84e27436c

View file

@ -1562,7 +1562,7 @@ namespace TShockAPI
break; break;
case 112: case 112:
case 116: case 116:
Main.tile[x, y].type = 169; Main.tile[x, y].type = 53;
break; break;
case 113: case 113:
Main.tile[x, y].type = 38; Main.tile[x, y].type = 38;