Исправил добавление пользователя

pull/24/head
Igor Belitskiy 2 years ago
parent acbd9ab3d4
commit c24b71b79c

@ -491,8 +491,10 @@ void get_add_gui_data_base(config_all* all_config) {
} }
else { else {
t.pfVectorAdd(&t, yon_char_new(str_user)); t.pfVectorAdd(&t, yon_char_new(str_user));
_config->actors.pfVectorCopy(&_config->actors, &t);
} }
} }
vec_temp->pfVectorAdd(vec_temp, _config); vec_temp->pfVectorAdd(vec_temp, _config);

Loading…
Cancel
Save