修了不少东西
This commit is contained in:
@@ -100,6 +100,7 @@ public class roomAsk : MonoBehaviour
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.LogWarning($"[roomAsk] Create room failed: {ex.Message}");
|
||||
GameServer.Client.NetworkManager.ShowUserFacingNetworkError(ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,6 +126,7 @@ public class roomAsk : MonoBehaviour
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.LogWarning($"[roomAsk] Join room failed: {ex.Message}");
|
||||
GameServer.Client.NetworkManager.ShowUserFacingNetworkError(ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user