fix: fix issue with orig() call not working by doing it ourselves

This commit is contained in:
2022-07-10 01:16:06 +01:00
parent 9c3c2e8ea4
commit 5694035da3
5 changed files with 11 additions and 10 deletions

View File

@ -12,10 +12,10 @@
</ItemGroup>
<ItemGroup>
<Reference Include="MagicStorage">
<HintPath>../MagicStorage/MagicStorage.dll</HintPath>
<HintPath>..\MagicStorage\MagicStorage.dll</HintPath>
</Reference>
<Reference Include="MagicStorageHooks">
<HintPath>lib/MagicStorageHooks.dll</HintPath>
<HintPath>lib\MagicStorage_Hooks.dll</HintPath>
</Reference>
</ItemGroup>
</Project>