Disable meditation button

This commit is contained in:
Mister_Nebula 2022-01-22 15:45:25 +00:00
parent 30ba6ac752
commit 628ed51699

View File

@ -6,8 +6,8 @@ namespace QSB.TimeSync
{ {
public void Start() public void Start()
{ {
// BUG : Get this working for the new menu system. Can't use OWML's anymore. // disable meditation button;
//QSBCore.Helper.Menus.PauseMenu.GetTitleButton("Button-EndCurrentLoop").Hide(); // Remove the meditation button Locator.GetSceneMenuManager().pauseMenu._skipToNextLoopButton.SetActive(false);
// Allow server to sleep at campfires // Allow server to sleep at campfires
if (isServer) if (isServer)