Skip to content

Commit

Permalink
Add static hooks: Terraria.Wiring, Terraria.GameContent.PressurePlate…
Browse files Browse the repository at this point in the history
…Helper
  • Loading branch information
SignatureBeef committed Jan 4, 2025
1 parent 02da3fe commit 2d636c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OTAPI.Patcher/Targets/PCServerTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ public async Task PatchAsync()
mm.Module.GetType("Terraria.RemoteClient").CreateHooks(mm);
mm.Module.GetType("Terraria.Liquid").CreateHooks(mm);
mm.Module.GetType("Terraria.Program").CreateHooks(mm);
mm.Module.GetType("Terraria.Wiring").CreateHooks(mm);
mm.Module.GetType("Terraria.GameContent.PressurePlateHelper").CreateHooks(mm);
Console.WriteLine("Done");
}
else if (modType == ModType.Write)
Expand Down

0 comments on commit 2d636c6

Please sign in to comment.