Skip to content

Commit ed0eaf5

Browse files
committed
Merge branch 'upcoming' into upcoming-nuget-release
2 parents 143d3b6 + ce049d0 commit ed0eaf5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

OTAPI.Patcher/OTAPI.Patcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net9.0</TargetFramework>
6-
<Version>3.3.9</Version>
6+
<Version>3.3.10</Version>
77
<PreserveCompilationContext>true</PreserveCompilationContext>
88
<RuntimeIdentifiers>win;osx;linux;</RuntimeIdentifiers>
99
<Nullable>enable</Nullable>

OTAPI.Patcher/Targets/PCServerTarget.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ public async Task PatchAsync()
220220
mm.Module.GetType("Terraria.Program").CreateHooks(mm);
221221
mm.Module.GetType("Terraria.Wiring").CreateHooks(mm);
222222
mm.Module.GetType("Terraria.GameContent.PressurePlateHelper").CreateHooks(mm);
223+
mm.Module.GetType("Terraria.GameContent.CraftingRequests").CreateHooks(mm);
223224
Console.WriteLine("Done");
224225
}
225226
else if (modType == ModType.Write)

0 commit comments

Comments
 (0)