1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Enable replacing for ME01

This commit is contained in:
KillzXGaming 2019-06-30 21:27:05 -04:00 committed by GitHub
parent c5e6c4ed04
commit e40987d395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ namespace FirstPlugin
public bool CanAddFiles { get; set; }
public bool CanRenameFiles { get; set; }
public bool CanReplaceFiles { get; set; }
public bool CanReplaceFiles { get; set; } = true;
public bool CanDeleteFiles { get; set; }
public bool Identify(System.IO.Stream stream)