Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Fix melon logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jun 21, 2023
1 parent 3bab101 commit 48e2123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TWShockLink/API/ShockLinkAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ShockLink.Integrations.TW.API;
internal static class ShockLinkAPI
{
private static HttpClient? _client;
private static readonly MelonLogger.Instance Logger = new(nameof(ShockLinkIntegrationTW), Color.LawnGreen);
private static readonly MelonLogger.Instance Logger = new("ShockLink.Integrations.TW", Color.LawnGreen);

public static void Reload(string endpoint, string token)
{
Expand Down

0 comments on commit 48e2123

Please sign in to comment.