mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-16 20:41:57 +01:00
Fix typo
This commit is contained in:
parent
004f296b5e
commit
94dbd372dc
@ -890,7 +890,7 @@ public int storagesInfoCommand(CommandContext<S> context) {
|
||||
mapIds = storage.collectMapIds();
|
||||
} catch (IOException ex) {
|
||||
source.sendMessage(Text.of(TextColor.RED, "There was an unexpected exception trying to access this storage. Please check the console for more details..."));
|
||||
Logger.global.logError("Unexpected exception trying to load mapId's from storage '" + storageId + "'!", ex);
|
||||
Logger.global.logError("Unexpected exception trying to load mapIds from storage '" + storageId + "'!", ex);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -932,7 +932,7 @@ public int storagesDeleteMapCommand(CommandContext<S> context) {
|
||||
Text purgeCommand = Text.of(TextColor.WHITE, "/bluemap purge " + mapId)
|
||||
.setClickAction(Text.ClickAction.SUGGEST_COMMAND, "/bluemap purge " + mapId);
|
||||
source.sendMessage(Text.of(TextColor.RED, "Can't delete a loaded map!\n" +
|
||||
"Unload the map by removing it's config-file first,\n" +
|
||||
"Unload the map by removing its config-file first,\n" +
|
||||
"or use ", purgeCommand, " if you want to purge it."));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user