Skip to content

Commit

Permalink
fix: Exclude marshmallow pb receiver from auto adding to contact sett…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
suzuryg committed Sep 21, 2023
1 parent a619687 commit 86f370a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ private static List<MonoBehaviour> GetContactReceivers(VRCAvatarDescriptor avata
foreach (var item in components)
{
if (item is VRCContactReceiver contactReceiver &&
!contactReceiver.parameter.StartsWith("MPB_") && // exclude marshmallow pb
contactReceiver.parameter != AV3Constants.ParamName_CNST_TOUCH_NADENADE_POINT &&
contactReceiver.parameter != AV3Constants.ParamName_CNST_TOUCH_EMOTE_LOCK_TRIGGER_L &&
contactReceiver.parameter != AV3Constants.ParamName_CNST_TOUCH_EMOTE_LOCK_TRIGGER_R)
Expand Down

0 comments on commit 86f370a

Please sign in to comment.