copy struct base tag into command base tag

This commit is contained in:
Luna 2020-05-30 22:39:52 -03:00
parent 47a97636cd
commit eb18d01cdd

View file

@ -418,6 +418,8 @@ pub const Lang = struct {
@field(cmd, cmd_field.name) = argument_value; @field(cmd, cmd_field.name) = argument_value;
} }
cmd.base.tag = command_struct.base_tag;
try commands.append(cmd.base); try commands.append(cmd.base);
} }