removed wake up prompt (#38)

This commit is contained in:
AmazingAlek 2020-02-29 10:28:21 +01:00 committed by GitHub
parent 3f80846988
commit 7d6f9d0a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}