Skip to content

Commit

Permalink
remove unnecessary patches
Browse files Browse the repository at this point in the history
+ Trampoline patch removed as it's part of 0.6.6
+ Removed old unlock patches
  • Loading branch information
Lionmeow committed Dec 9, 2024
1 parent a29dbc1 commit fddb2f5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 154 deletions.
12 changes: 1 addition & 11 deletions AcceleratorThings/AcceleratorThings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>disable</Nullable>
</PropertyGroup>

<ItemGroup>
<Compile Remove="UnlockAcceleratorsOnAcceleratorUnlock.cs" />
<Compile Remove="UnlockPatches.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="accelthings" />
</ItemGroup>
Expand All @@ -19,11 +14,6 @@
<EmbeddedResource Include="accelthings" />
</ItemGroup>

<ItemGroup>
<None Include="UnlockAcceleratorsOnAcceleratorUnlock.cs" />
<None Include="UnlockPatches.cs" />
</ItemGroup>

<ItemGroup>
<Reference Include="0Harmony">
<HintPath>E:\Steam\steamapps\common\Slime Rancher 2\MelonLoader\net6\0Harmony.dll</HintPath>
Expand Down
23 changes: 0 additions & 23 deletions AcceleratorThings/TrampolineErrorPatch.cs

This file was deleted.

24 changes: 0 additions & 24 deletions AcceleratorThings/UnlockAcceleratorsOnAcceleratorUnlock.cs

This file was deleted.

96 changes: 0 additions & 96 deletions AcceleratorThings/UnlockPatches.cs

This file was deleted.

0 comments on commit fddb2f5

Please sign in to comment.