disable meditation stopping (for now)

This commit is contained in:
Mister_Nebula 2021-09-02 11:25:07 +01:00
parent f5cad9f0cd
commit 2b2d6c2814

View File

@ -7,7 +7,8 @@ namespace QSB.TimeSync
{
public void Start()
{
QSBCore.Helper.Menus.PauseMenu.GetTitleButton("Button-EndCurrentLoop").Hide(); // Remove the meditation button
// 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
// Allow server to sleep at campfires
if (IsServer)