diff --git a/MinecraftClient/ChatBots/Map.cs b/MinecraftClient/ChatBots/Map.cs index a004b82f..e6d4137a 100644 --- a/MinecraftClient/ChatBots/Map.cs +++ b/MinecraftClient/ChatBots/Map.cs @@ -313,7 +313,7 @@ namespace MinecraftClient.ChatBots if (File.Exists(newFileName)) File.Delete(newFileName); } - catch (IOException e) { } + catch (IOException) { } } }); }