mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed a mintor warning in the Map chat bot.
This commit is contained in:
parent
477da50fe0
commit
46e8818b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ namespace MinecraftClient.ChatBots
|
|||
if (File.Exists(newFileName))
|
||||
File.Delete(newFileName);
|
||||
}
|
||||
catch (IOException e) { }
|
||||
catch (IOException) { }
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue