Merge branch 'develop' into feature/friend
This commit is contained in:
@@ -749,16 +749,13 @@ namespace BrewMonster.Network
|
||||
}
|
||||
|
||||
// Show disconnect message box
|
||||
CECUIManager.Instance?.ShowMessageBox(
|
||||
title: "Disconnected",
|
||||
message: "Connection to the server has been lost.",
|
||||
messageBoxType: MessageBoxType.YesButton,
|
||||
onClickedYes: () =>
|
||||
CECUIManager.Instance?.ShowMessageBoxYes("Disconnected", "Connection to the server has been lost.", null,
|
||||
() =>
|
||||
{
|
||||
// Return to login screen
|
||||
LogoutAccount();
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
public static void c2s_CmdGoto(float x, float y, float z)
|
||||
|
||||
Reference in New Issue
Block a user