Skip to content

Commit

Permalink
Undresser: reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mosirnik committed Sep 12, 2023
1 parent ec10ce1 commit 870739a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion KoikatuVR/Caress/Undresser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ private static UndressTarget Target(ClothesKind kind, int max_state = 2, int min
name == "cf_hit_spine03" ||
name == "cf_hit_berry")
return InteractionBodyPart.Torso;
VRLog.Warn($"Unknwon collider: {collider.name}");
return null;
}

Expand Down

0 comments on commit 870739a

Please sign in to comment.