mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-03 17:38:30 +00:00
removed wake up prompt (#38)
This commit is contained in:
parent
3f80846988
commit
7d6f9d0a37
@ -142,6 +142,8 @@ namespace QSB.TimeSync
|
||||
return;
|
||||
}
|
||||
DebugLog.Screen("Starting sleeping");
|
||||
var wakePrompt = _campfire.GetValue<ScreenPrompt>("_wakePrompt");
|
||||
Locator.GetPromptManager().RemoveScreenPrompt(wakePrompt, PromptPosition.Center);
|
||||
_campfire.Invoke("StartSleeping");
|
||||
_state = State.Sleeping;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user