Skip to content

Commit

Permalink
Some kek moment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
RashCat committed Oct 5, 2023
1 parent acfa68b commit 76c05f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ export const bark_pitch_range: FeatureNumeric = {
};

export const hear_sound_bark: FeatureToggle = {
name: 'Enable send to players barks',
name: "Enable hearing player's barks",
category: 'SOUND',
component: CheckboxInput,
};

export const send_sound_bark: FeatureToggle = {
name: "Enable hearing player's barks",
name: 'Enable send to players barks',
category: 'SOUND',
component: CheckboxInput,
};

0 comments on commit 76c05f4

Please sign in to comment.