Skip to content

Commit

Permalink
Remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Oct 13, 2021
1 parent 9437857 commit 95a434a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Shared.KKalike/Chara/CharacterApi.Hooks.KK.cs
Expand Up @@ -202,13 +202,10 @@ public static void ReloadAsyncPostHook(bool noChangeClothes, bool noChangeHead,

public static void ReloadNoAsyncPostHook(bool noChangeClothes, bool noChangeHead, bool noChangeHair, bool noChangeBody, ChaControl __instance)
{
KoikatuAPI.Logger.LogInfo($"Reloading: {__instance.chaFile.parameter.fullname} {IsCurrentlyReloading(__instance)}");

if (noChangeClothes || noChangeHead || noChangeHair || noChangeBody) return;
if (IsCurrentlyReloading(__instance)) return;

ReloadChara(__instance);

}

/// <summary>
Expand Down

0 comments on commit 95a434a

Please sign in to comment.