embed.pl: Add sub-hash

This is in preparation for having a different sub-hash at the same level.
This commit is contained in:
Karl Williamson 2025-12-23 05:54:18 -07:00 committed by Karl Williamson
parent 6355afcfa2
commit b0655cabd0

View File

@ -4778,7 +4778,7 @@ sub set_flags_visibility {
$flags =~ s/[^ACE]//g;
return unless $flags; # No visibility
$visibility{$name} = $flags;
$visibility{$name}{flags} = $flags;
return;
}