mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 19:11:32 +00:00
Disable meditation button
This commit is contained in:
parent
30ba6ac752
commit
628ed51699
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user