Fix Javadoc

This commit is contained in:
Lukas Rieger (Blue) 2024-02-07 20:49:31 +01:00
parent dcae50572a
commit c7a9be42ad
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/