Fixed a mintor warning in the Map chat bot.

This commit is contained in:
Milutinke 2022-10-24 22:47:11 +02:00
parent 477da50fe0
commit 46e8818b5b

View file

@ -313,7 +313,7 @@ namespace MinecraftClient.ChatBots
if (File.Exists(newFileName))
File.Delete(newFileName);
}
catch (IOException e) { }
catch (IOException) { }
}
});
}