Remove directory creation side effect from Platform.SupportDir.
This commit is contained in:
@@ -93,9 +93,6 @@ namespace OpenRA
|
||||
break;
|
||||
}
|
||||
|
||||
if (!Directory.Exists(dir))
|
||||
Directory.CreateDirectory(dir);
|
||||
|
||||
return dir + Path.DirectorySeparatorChar;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user