Skip to content

Commit

Permalink
Remove monomod from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Dec 28, 2024
1 parent b332ada commit 5c9d7a3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ public static class Hooks
public static void OnRunning()
{
Console.WriteLine("[LauncherScript] Hello World! from a script");
On.Terraria.Program.LaunchGame += Program_LaunchGame;
}

private static void Program_LaunchGame(On.Terraria.Program.orig_LaunchGame orig, string[] args, bool monoArgs)
{
Console.WriteLine("[LauncherScript] LaunchGame was called!");
orig(args, monoArgs);
}
}
}

0 comments on commit 5c9d7a3

Please sign in to comment.