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()
{
// BUG : Get this working for the new menu system. Can't use OWML's anymore.
//QSBCore.Helper.Menus.PauseMenu.GetTitleButton("Button-EndCurrentLoop").Hide(); // Remove the meditation button
// disable meditation button;
Locator.GetSceneMenuManager().pauseMenu._skipToNextLoopButton.SetActive(false);
// Allow server to sleep at campfires
if (isServer)