Skip to content

Commit

Permalink
readmes on a todo list, writing files at runtime is cringe
Browse files Browse the repository at this point in the history
  • Loading branch information
MadMax1960 committed Aug 16, 2024
1 parent 5f77e35 commit 6ad4216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/p3rpc.femc/p3rpc.femc/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private void LoadEnabledAddons(IUnrealEssentials unrealEssentials)
}
}

private void BattleMusicGeneration()
private void BattleMusicGeneration() // this should be battle themes man
{
try
{
Expand Down Expand Up @@ -531,7 +531,7 @@ private void GenerateMusicScript()
catch (Exception ex)
{
_context._utils.Log($"An error occured while trying to generate the music script: \"{ex.Message}\"", System.Drawing.Color.Red);
}
} // this should just be ryo bruh it could be bools
}


Expand Down

0 comments on commit 6ad4216

Please sign in to comment.