You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -890,7 +890,7 @@ public int storagesInfoCommand(CommandContext<S> context) {
890
890
mapIds = storage.collectMapIds();
891
891
} catch (IOExceptionex) {
892
892
source.sendMessage(Text.of(TextColor.RED, "There was an unexpected exception trying to access this storage. Please check the console for more details..."));
893
-
Logger.global.logError("Unexpected exception trying to load mapId's from storage '" + storageId + "'!", ex);
893
+
Logger.global.logError("Unexpected exception trying to load mapIds from storage '" + storageId + "'!", ex);
894
894
return0;
895
895
}
896
896
@@ -932,7 +932,7 @@ public int storagesDeleteMapCommand(CommandContext<S> context) {
0 commit comments