File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Assets/BossRoom/Scripts/Client/UI Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ void OnConnectStatus(ConnectStatus status)
52
52
PopupManager . ShowPopupPanel ( "Disconnected From Host" , "The host has ended the game session." ) ;
53
53
break ;
54
54
case ConnectStatus . StartHostFailed :
55
- PopupManager . ShowPopupPanel ( "Connection Failed" , "Server failed to bind ." ) ;
55
+ PopupManager . ShowPopupPanel ( "Connection Failed" , "Starting host failed ." ) ;
56
56
break ;
57
57
case ConnectStatus . StartClientFailed :
58
- PopupManager . ShowPopupPanel ( "Connection Failed" ,
59
- "Failed to connect to server and/or invalid network endpoint." ) ;
58
+ PopupManager . ShowPopupPanel ( "Connection Failed" , "Starting client failed." ) ;
60
59
break ;
61
60
default :
62
61
Debug . LogWarning ( $ "New ConnectStatus { status } has been added, but no connect message defined for it.") ;
You can’t perform that action at this time.
0 commit comments