Skip to content

Commit

Permalink
漏了点什么
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed May 20, 2023
1 parent e9f73c8 commit 9c846fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public void whenPlaced(@Nonnull BlockPlaceEvent event) {
ownerCache.put(location, uuid);
} else {
event.setCancelled(true);
Slimefun.getDatabaseManager().getBlockDataController().removeBlock(location);
}
}

Expand Down

0 comments on commit 9c846fb

Please sign in to comment.