Fixes placement of monster banners
This commit is contained in:
parent
f8e5e1e081
commit
c838315aec
1 changed files with 1 additions and 1 deletions
2
TShockAPI/GetDataHandlers.cs
Normal file → Executable file
2
TShockAPI/GetDataHandlers.cs
Normal file → Executable file
|
|
@ -1877,7 +1877,7 @@ namespace TShockAPI
|
|||
{
|
||||
if (action == EditAction.PlaceTile && TShock.Config.PreventInvalidPlaceStyle && ((editData == 4 && style > 11) ||
|
||||
(editData == 13 && style > 4) || (editData == 15 && style > 17) || (editData == 21 && style > 22) ||
|
||||
(editData == 82 && style > 5) || (editData == 91 && style > 21) || (editData == 105 && style > 49) ||
|
||||
(editData == 82 && style > 5) || (editData == 91 && style > 107) || (editData == 105 && style > 49) ||
|
||||
(editData == 135 && style > 6) || (editData == 139 && style > 27) || (editData == 144 && style > 2) ||
|
||||
(editData == 149 && style > 2) || (editData == 137 && style > 4) || (editData == 79 && style > 8)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue