Skip to content

Commit

Permalink
Temporarily not do IA custom block deletion. #2297
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Feb 13, 2024
1 parent 59c18e2 commit 01f51f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ protected BlockInteractListener getListener() {
* @param location
*/
public void clearBlockInfo(Location location) {
CustomBlock.remove(location);
// TODO: find a more efficient way of doing this.
// CustomBlock.remove(location);
}

class BlockInteractListener extends FlagListener {
Expand Down

0 comments on commit 01f51f4

Please sign in to comment.