mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Merge branch 'dev' into unique-objectid
# Conflicts: # QSB/Menus/MenuManager.cs
This commit is contained in:
commit
89cc3d202d
@ -176,7 +176,7 @@ namespace QSB.Menus
|
||||
|
||||
DisconnectButton = MenuApi.PauseMenu_MakeMenuOpenButton("DISCONNECT", DisconnectPopup);
|
||||
|
||||
QuitButton = FindObjectOfType<PauseMenuManager>()._exitToMainMenuAction.gameObject;
|
||||
QuitButton = Locator.GetSceneMenuManager().pauseMenu._exitToMainMenuAction.gameObject;
|
||||
|
||||
if (QSBCore.IsInMultiplayer)
|
||||
{
|
||||
|
@ -37,8 +37,6 @@ namespace QuantumUNET.Components
|
||||
private static readonly QAddPlayerMessage s_AddPlayerMessage = new();
|
||||
private static readonly QRemovePlayerMessage s_RemovePlayerMessage = new();
|
||||
private static readonly QErrorMessage s_ErrorMessage = new();
|
||||
private static AsyncOperation s_LoadingSceneAsync;
|
||||
private static QNetworkConnection s_ClientReadyConnection;
|
||||
private static string s_Address;
|
||||
|
||||
public bool customConfig { get; set; }
|
||||
@ -373,7 +371,6 @@ namespace QuantumUNET.Components
|
||||
{
|
||||
if (!(singleton == null))
|
||||
{
|
||||
s_ClientReadyConnection = null;
|
||||
singleton.StopHost();
|
||||
singleton = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user