Skip to content

Commit

Permalink
fix BlockMock.setType(Material type, boolean applyPhysics) doing noth…
Browse files Browse the repository at this point in the history
…ing (#940)
  • Loading branch information
Figishe committed Jan 5, 2024
1 parent b64451b commit a3c5579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void setType(@NotNull Material type)
@Override
public void setType(@NotNull Material type, boolean applyPhysics)
{
setType(material);
setType(type);
}

@Override
Expand Down

0 comments on commit a3c5579

Please sign in to comment.