mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix FileMonitor.WriteAllLinesWithRetries (#1186)
This commit is contained in:
parent
ce83cc0a33
commit
1485612f29
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ namespace MinecraftClient
|
|||
try
|
||||
{
|
||||
File.WriteAllLines(filePath, lines, encoding);
|
||||
return;
|
||||
}
|
||||
catch (IOException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue