Fix tileCut bypass
This commit is contained in:
parent
a227369cdc
commit
d44920023b
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ namespace TShockAPI
|
|||
return true;
|
||||
}
|
||||
|
||||
if ((tiletype == 127 || Main.tileCut[tiletype]) && type == 0) //Ice Block Kill, Bypass range checks and such
|
||||
if ((tiletype == 127 || Main.tileCut[tiletype]) && (type == 0 || type == 4))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue