Fixed footsteps sounds when colliding to mine rocks

This commit is contained in:
shoaib11120
2022-01-14 11:02:04 +05:30
parent 4bce675697
commit 389710778a
3 changed files with 15 additions and 19 deletions

View File

@@ -47,6 +47,11 @@ namespace stardew_access.Patches
return false;
}
#endregion
#region Check for resource clumps
if(ReadTile.getResourceClumpAtTile((int)gt.X, (int) gt.Y)!=null)
return false;
#endregion
}
}
catch (Exception e)