Skip to content

Commit

Permalink
Update BlockStorage.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Oct 15, 2024
1 parent 1e7e0b1 commit dc239ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,6 @@ public static void deleteLocationInfoUnsafely(Location l, boolean destroy) {

Slimefun.getDatabaseManager().getBlockDataController().removeBlock(l);
}

public static void saveChunks() {}
}

0 comments on commit dc239ce

Please sign in to comment.