Skip to content

Commit

Permalink
fix dependent feature typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestOfLight committed Jul 28, 2024
1 parent acf6c00 commit d2dc402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Canopy [BP]/scripts/src/commands/feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DependantFeatures {
this.dependantFeatures = [
new DependantFeature('jumpInSurvival', 'jump'),
new DependantFeature('warpInSurvival', 'warp'),
new DependantFeature('hotberSwitching', 'hotbarSwitchingInSurvival'),
new DependantFeature('hotbarSwitching', 'hotbarSwitchingInSurvival'),
];
}
}
Expand Down

0 comments on commit d2dc402

Please sign in to comment.