mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +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
|
try
|
||||||
{
|
{
|
||||||
File.WriteAllLines(filePath, lines, encoding);
|
File.WriteAllLines(filePath, lines, encoding);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
catch (IOException)
|
catch (IOException)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue