diff --git a/richpresence/studiorpc/studiorpc.go b/richpresence/studiorpc/studiorpc.go index 3232277..9989f5a 100644 --- a/richpresence/studiorpc/studiorpc.go +++ b/richpresence/studiorpc/studiorpc.go @@ -15,7 +15,7 @@ import ( const ( gameOpenEntry = "[FLog::LifecycleManager] Entered PlaceSessionScope:" - gameCloseEntry = "[FLog::Output] RobloxIDEDoc::doClose" + gameCloseEntry = "[FLog::LifecycleManager] Exited PlaceSessionScope:" ) var gameOpenEntryPattern = regexp.MustCompile(`Entered PlaceSessionScope:'([0-9]+)'`)