diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/datapacker/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 9808a98..349e895 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
| @@ -453,6 +453,10 @@ class DataPacker { | |||
| 453 | if (h_door.has_daedalus_only_allow()) { | 453 | if (h_door.has_daedalus_only_allow()) { |
| 454 | door.set_daedalus_only_allow(h_door.daedalus_only_allow()); | 454 | door.set_daedalus_only_allow(h_door.daedalus_only_allow()); |
| 455 | } | 455 | } |
| 456 | |||
| 457 | if (h_door.has_daedalus_only_always_item()) { | ||
| 458 | door.set_daedalus_only_always_item(h_door.daedalus_only_always_item()); | ||
| 459 | } | ||
| 456 | } | 460 | } |
| 457 | 461 | ||
| 458 | void ProcessConnectionsFile(std::filesystem::path path, | 462 | void ProcessConnectionsFile(std::filesystem::path path, |
