Skip to content

Commit

Permalink
revision Heavy-Division#2
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-zone committed Nov 26, 2022
1 parent 1c74ffa commit 2fee183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
| .conflict | Describes process for narrowing down bugs and issues to the B78XH mod. | .conflicts |
| .contentmanager | For initial troubleshooting, to make sure the base plane is up to date. | .cm |
| .controls | Instructions on how to switch back to legacy controls and how to use new controls. | --- |
| .cycle | Provides solution for issues with navdata cycle warnings. | .oldcycle <br> .navdatawarning |
| .ctd | Provides direction for addressing CTD issues. | .crash |
| .deadzones | Display help with controller deadzones. | .dz |
| .dx12 | Explaination for the current state of MSFS DirectX12 support. | --- |
Expand All @@ -56,7 +57,6 @@
| .lnav | Explains the plane not following LNAV route due to user error. | --- |
| .msfs | Provides links to MSFS support for sim issues. | --- |
| .sbError | Provides solution to SimBrief reference error: Cannot Access Uninitialized. | .cau |
| .cycle | Provides solution for issues with navdata cycle warnings. | .oldcycle <br> .navdatawarning |

## Utilities

Expand Down
3 changes: 2 additions & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import { apu } from './support/apu';
import { cycleWarning } from './support/cycle';
import { temporarycommand } from './general/temporaryCommand';
import { temporarycommandedit } from './moderation/temporaryCommandEdit';
import { cycleWarning } from './support/cycle';

const commands: CommandDefinition[] = [
when,
Expand Down Expand Up @@ -113,9 +114,9 @@ const commands: CommandDefinition[] = [
conflict,
website,
apu,
cycleWarning,
temporarycommand,
temporarycommandedit,
cycleWarning,
];

const commandsObject: { [k: string]: CommandDefinition } = {};
Expand Down

0 comments on commit 2fee183

Please sign in to comment.