Skip to content

Commit 8c4d240

Browse files
authored
hooking up Label 4J POS (#184)
1 parent 92b33e2 commit 8c4d240

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/MessageDecoder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class MessageDecoder {
4343
this.registerPlugin(new Plugins.Label_4A_DIS(this));
4444
this.registerPlugin(new Plugins.Label_4A_DOOR(this));
4545
this.registerPlugin(new Plugins.Label_4A_Slash_01(this));
46+
this.registerPlugin(new Plugins.Label_4J_POS(this));
4647
this.registerPlugin(new Plugins.Label_4N(this));
4748
this.registerPlugin(new Plugins.Label_B6_Forwardslash(this));
4849
this.registerPlugin(new Plugins.Label_H1_FLR(this));

lib/plugins/official.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export * from './Label_4A_01';
2828
export * from './Label_4A_DIS';
2929
export * from './Label_4A_DOOR';
3030
export * from './Label_4A_Slash_01';
31+
export * from './Label_4J_POS';
3132
export * from './Label_4N';
3233
export * from './Label_80';
3334
export * from './Label_83';

0 commit comments

Comments
 (0)