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

Try to fix appveyor

This commit is contained in:
KillzXGaming 2019-06-17 07:34:01 -04:00 committed by GitHub
parent 732f3a7aeb
commit c1f7adb212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,8 +199,8 @@ namespace FirstPlugin
public override byte[] FileData
{
get => GetFileBytes();
set => base.FileData = value;
get { return GetFileBytes();}
set { base.FileData = value;}
}
public override IFileFormat OpenFile()