From 1634854231e16f9a61613c116099e101b1d1d1ce Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Mon, 26 Aug 2024 15:54:29 +0300 Subject: [PATCH] set the flags to 14 --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 75a7a8c..fcd91ce 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -33,7 +33,7 @@ func main() { fmt.Fprintf(os.Stderr, "starting session at symbol '%s' using resource dir: %s\n", root, dir) ctx := context.Background() - st := state.NewState(15) + st := state.NewState(14) st.UseDebug() state.FlagDebugger.Register(models.USERFLAG_LANGUAGE_SET, "LANGUAGE_CHANGE") state.FlagDebugger.Register(models.USERFLAG_ACCOUNT_CREATED, "ACCOUNT_CREATED")