about summary refs log tree commit diff stats
path: root/tools/datapacker
diff options
context:
space:
mode:
Diffstat (limited to 'tools/datapacker')
-rw-r--r--tools/datapacker/main.cpp5
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);