fixes crash on saving world with /removespecial
This commit is contained in:
parent
6cb6e19f23
commit
b84e27436c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue