diff --git a/CustomKnight/Skin/Swapper/SwapManager.cs b/CustomKnight/Skin/Swapper/SwapManager.cs index 136aa5e..671ec55 100644 --- a/CustomKnight/Skin/Swapper/SwapManager.cs +++ b/CustomKnight/Skin/Swapper/SwapManager.cs @@ -180,7 +180,7 @@ private void applySkinsUsingProxy(GameObjectProxy gop,GameObject go){ //CustomKnight.Instance.Log("hasChildren " + gop.children.Count() + " c " + go.transform.childCount); foreach(KeyValuePair kvp in gop.children){ try{ - this.Log("Trying children with name : " + kvp.Key); + this.LogFine("Trying children with name : " + kvp.Key); var children = go.FindGameObjectsInChildren(kvp.Key,true); foreach(var child in children){ applySkinsUsingProxy(kvp.Value,child); @@ -550,4 +550,4 @@ internal void Log(string str) { } } -} \ No newline at end of file +}