diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-30 23:32:08 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-30 23:32:08 -0400 |
commit | fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd (patch) | |
tree | ba27f94a904fbfd21b05e36aeb978bf398934de2 /tools | |
parent | 7a70828e9d0a4bf92491da1a88fac776de42d3b5 (diff) | |
download | lingo2-archipelago-main.tar.gz lingo2-archipelago-main.tar.bz2 lingo2-archipelago-main.zip |
Diffstat (limited to 'tools')
-rw-r--r-- | tools/datapacker/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 005361d..e807d74 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
@@ -490,6 +490,11 @@ class DataPacker { | |||
490 | r_connection.set_cyan_ending(human_connection.cyan_ending()); | 490 | r_connection.set_cyan_ending(human_connection.cyan_ending()); |
491 | } | 491 | } |
492 | 492 | ||
493 | if (human_connection.has_vanilla_only()) { | ||
494 | f_connection.set_vanilla_only(human_connection.vanilla_only()); | ||
495 | r_connection.set_vanilla_only(human_connection.vanilla_only()); | ||
496 | } | ||
497 | |||
493 | container_.AddConnection(f_connection); | 498 | container_.AddConnection(f_connection); |
494 | if (!human_connection.oneway()) { | 499 | if (!human_connection.oneway()) { |
495 | container_.AddConnection(r_connection); | 500 | container_.AddConnection(r_connection); |