Skip to content

Commit 295f71e

Browse files
authored
Fix: Feature 0x14 missing from extract tables. (#403)
1 parent 6076326 commit 295f71e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nml/editors/extract_tables.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
action0properties.properties[0x11],
9393
action0properties.properties[0x12],
9494
action0properties.properties[0x13],
95+
action0properties.properties[0x14],
9596
]
9697

9798
properties = set()
@@ -120,6 +121,7 @@
120121
action3_callbacks.callbacks[0x11],
121122
action3_callbacks.callbacks[0x12],
122123
action3_callbacks.callbacks[0x13],
124+
action3_callbacks.callbacks[0x14],
123125
]
124126

125127
callbacks = set()

0 commit comments

Comments
 (0)