add periodic file scanner, parallelize downloads, fix transient files being readded when not necessary, fix disposal of players on plugin shutdown
This commit is contained in:
@@ -101,7 +101,7 @@ namespace MareSynchronos.Managers
|
||||
filePath = filePath.Split("|")[2];
|
||||
}
|
||||
|
||||
filePath = filePath.ToLowerInvariant();
|
||||
filePath = filePath.ToLowerInvariant().Replace("\\", "/");
|
||||
|
||||
var replacedGamePath = gamePath.ToLowerInvariant().Replace("\\", "/");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user