diff --git a/src/pc/djui/djui_panel_host.c b/src/pc/djui/djui_panel_host.c index 69309cf22..c38abd384 100644 --- a/src/pc/djui/djui_panel_host.c +++ b/src/pc/djui/djui_panel_host.c @@ -81,6 +81,10 @@ static void djui_panel_host_do_host(struct DjuiBase* caller) { if (gNetworkType == NT_SERVER) { network_rehost_begin(); + } else if (configNetworkSystem == NS_COOPNET) { + extern void djui_panel_do_host(bool reconnecting); + network_reset_reconnect_and_rehost(); + djui_panel_do_host(false); } else { djui_panel_host_message_create(caller); }