mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
why did I start writing this plugin
This commit is contained in:
parent
61b178e2c0
commit
c7439ac769
7 changed files with 53 additions and 39 deletions
|
|
@ -144,7 +144,7 @@ namespace MareSynchronos.Managers
|
|||
{
|
||||
try
|
||||
{
|
||||
using var fs = file.Open(FileMode.Open, FileAccess.ReadWrite, FileShare.None);
|
||||
using var fs = file.Open(FileMode.Open, FileAccess.Read, FileShare.Read);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue