Unstable 1.8.4.0
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Barotrauma.Networking
|
||||
string[] lines;
|
||||
try
|
||||
{
|
||||
lines = File.ReadAllLines(LegacySavePath);
|
||||
lines = File.ReadAllLines(LegacySavePath, catchUnauthorizedAccessExceptions: false);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user