Skip to content

Commit

Permalink
Add server launcher startup debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Dec 28, 2024
1 parent 51c7227 commit b332ada
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 @@ -30,6 +30,8 @@ You should have received a copy of the GNU General Public License

//namespace OTAPI.Launcher;

Console.WriteLine($"OTAPI.Server.Launcher Arch: {RuntimeInformation.ProcessArchitecture}");

static Assembly GetTerrariaAssembly() => typeof(Terraria.Animation).Assembly;

static Hook LazyHook(string type, string method, Delegate callback)
Expand Down

0 comments on commit b332ada

Please sign in to comment.