Skip to content

Commit

Permalink
Revert "Adds isCheckForBlocks to false similar to CaveBlock. (#49)" (#53
Browse files Browse the repository at this point in the history
)

This reverts commit bd36b95.
  • Loading branch information
tastybento committed Mar 16, 2021
1 parent bd36b95 commit 138b442
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/java/world/bentobox/skygrid/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -1493,15 +1493,4 @@ public String getDefaultPlayerAction() {
public void setDefaultPlayerAction(String defaultPlayerAction) {
this.defaultPlayerAction = defaultPlayerAction;
}


/**
* Similar to CaveBlock, SkyGrid should not check for blocks.
* @return false
*/
@Override
public boolean isCheckForBlocks()
{
return false;
}
}

0 comments on commit 138b442

Please sign in to comment.