mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +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()
|
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
|
// Allow server to sleep at campfires
|
||||||
if (IsServer)
|
if (IsServer)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user