mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-29 23:43:01 +00:00
Do not display the socket page when hosting on coopnet
This commit is contained in:
parent
bc0bd0a77d
commit
85c93481ae
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ static void djui_panel_host_do_host(struct DjuiBase* caller) {
|
||||||
|
|
||||||
if (gNetworkType == NT_SERVER) {
|
if (gNetworkType == NT_SERVER) {
|
||||||
network_rehost_begin();
|
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 {
|
} else {
|
||||||
djui_panel_host_message_create(caller);
|
djui_panel_host_message_create(caller);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue