mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-05 15:11:16 +00:00
Whoops
This commit is contained in:
parent
fd9c59f0d9
commit
226d64aa85
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ static void coopnet_on_error(enum MPacketErrorNumber error, uint64_t tag) {
|
|||
} else if (localIndex != UNKNOWN_LOCAL_INDEX && gNetworkPlayers[localIndex].connected) {
|
||||
name = gNetworkPlayers[localIndex].name;
|
||||
}
|
||||
djui_language_replace(DLANG(NOTIF, IMPORT_MOD_SUCCESS), built, 256, '@', name);
|
||||
djui_language_replace(DLANG(NOTIF, PEER_FAILED), built, 256, '@', name);
|
||||
djui_popup_create(built, 2);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue