getStorageManager must be deprecated

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-12-18 07:12:26 +01:00
parent 4008398058
commit 6a204135bd

View File

@ -316,6 +316,7 @@ public final class MinecraftServer {
* *
* @return the storage manager * @return the storage manager
*/ */
@Deprecated
public static StorageManager getStorageManager() { public static StorageManager getStorageManager() {
checkInitStatus(storageManager); checkInitStatus(storageManager);
return storageManager; return storageManager;