mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
disable meditation stopping (for now)
This commit is contained in:
parent
f5cad9f0cd
commit
2b2d6c2814
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user