Skip to content

Commit

Permalink
removed reloadRegion()
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Mar 31, 2024
1 parent 2a824e7 commit 2642cf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/main/java/minevalley/core/api/Core.java
Original file line number Diff line number Diff line change
Expand Up @@ -1143,15 +1143,6 @@ public static Region createRegion(List<Area> included, List<Area> excluded) {
return server.createRegion(included, excluded);
}

/**
* Reload region with specific id from database
*
* @param id regions id
*/
public static void reloadRegion(int id) {
server.reloadRegion(id);
}

/**
* Gets the region in which this location lies in.
*
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/minevalley/core/api/CoreServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ public interface CoreServer {

Region createRegion(List<Area> included, List<Area> excluded);

void reloadRegion(int id);

List<Region> getRegions(Block block);

Residence getResidence(int id);
Expand Down

0 comments on commit 2642cf0

Please sign in to comment.