Skip to content

Commit

Permalink
richpresence/studiorpc: share entries
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Mar 10, 2024
1 parent 861dc5c commit be39c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion richpresence/studiorpc/studiorpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]+)'`)
Expand Down

0 comments on commit be39c40

Please sign in to comment.