Skip to content

Commit

Permalink
WIP avoid SetDefaults_Int32_Boolean_ItemVariant for TML
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Dec 28, 2024
1 parent 8a45d37 commit 235b36b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OTAPI.Server.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ void Print<TSender, TArgs>(TSender sender, TArgs args)
HookEvents.Terraria.Main.checkXMas += Print;
HookEvents.Terraria.Main.checkHalloween += Print;
HookEvents.Terraria.Main.startDedInput += Print;
#if !TML
HookEvents.Terraria.Item.SetDefaults_Int32_Boolean_ItemVariant += Print;
#endif
HookEvents.Terraria.Item.netDefaults += Print;
HookEvents.Terraria.NetMessage.greetPlayer += Print;
HookEvents.Terraria.Netplay.StartServer += Print;
Expand Down

0 comments on commit 235b36b

Please sign in to comment.