Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Feb 7, 2024
1 parent dcae505 commit c7a9be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public interface BlueMapWorld {
String getId();

/**
* Getter for the {@link Path} of this world's save-files (folder).
* <strike>This matches the folder configured in bluemap's config for this map ( <code>world:</code> )</strike>.
* Getter for the {@link Path} of this world's save-files.<br>
* (To be exact: the parent-folder of the regions-folder used for rendering)
* @return the save-folder of this world.
* @deprecated Getting the save-folder of a world is no longer supported. As it is not guaranteed that every world has a save-folder.
*/
Expand Down

0 comments on commit c7a9be4

Please sign in to comment.