mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-17 06:18:26 +00:00
Try to fix appveyor
This commit is contained in:
parent
732f3a7aeb
commit
c1f7adb212
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue