Explicitly add placeStyle = 0
This commit is contained in:
parent
638b7cc54f
commit
3eaf86ba04
1 changed files with 1 additions and 1 deletions
|
|
@ -1226,7 +1226,7 @@ namespace TShockAPI
|
||||||
for (int i = 0; i < Main.maxItemTypes; i++)
|
for (int i = 0; i < Main.maxItemTypes; i++)
|
||||||
{
|
{
|
||||||
item.netDefaults(i);
|
item.netDefaults(i);
|
||||||
if (item.placeStyle > 0)
|
if (item.placeStyle >= 0)
|
||||||
{
|
{
|
||||||
if (GetDataHandlers.MaxPlaceStyles.ContainsKey(item.createTile))
|
if (GetDataHandlers.MaxPlaceStyles.ContainsKey(item.createTile))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue