Skip to content

Commit

Permalink
Fix Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimonsi committed Apr 29, 2024
1 parent 893d47a commit 3631439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace CustomAssetPack
{
public class Mod : IMod
{
public static ILog log = LogManager.GetLogger($"AssetPackManagers.Packs")
public static ILog log = LogManager.GetLogger($"AssetPacksManager.Packs")
.SetShowsErrorsInUI(false);

public void OnLoad(UpdateSystem updateSystem)
Expand Down

0 comments on commit 3631439

Please sign in to comment.