Skip to content

Commit

Permalink
Minor log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsoluteStratos committed Nov 10, 2023
1 parent 93a9e09 commit 7bab8ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified bin/FartKnight/FartKnight.dll
Binary file not shown.
Binary file modified bin/FartKnight/FartKnight.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions bin/FartKnight/SHA.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHA256 - FartKnight.dll, Version 0.1.0.0:
D44BF660089083C9AFCAC3DDE743991F7C2890017FEDED28A044B8E341708A50
07E47EE2985322866398C940FD62322AA21FEAB3DC907285FEFC62DADA37C6E3
SHA256 - FartKnight.zip:
B8490FA029165DF8BA04CBB298F4DD8CFC8EFFB46755E12850417AD0060E2488
F8EAC10BB6184E372DF34855192F8CE4111F3810E10C5A89EB616F3606151F02
2 changes: 1 addition & 1 deletion src/ModClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void OnHeroUpdate()
// This WasPressed is defined in the subclass `OneAxisInputControl`
if (GS.KeyBinds.Action.WasPressed)
{
Modding.Logger.Log("Fart Key Pressed", FartKnight.GS.LogLevel);
Modding.Logger.Log("[Fart Knight] Fart Key Pressed", FartKnight.GS.LogLevel);
HeroController.instance.GetComponent<FartHandler>().Run();
}
}
Expand Down

0 comments on commit 7bab8ff

Please sign in to comment.