From 77c249cc3010f2d88b4a48ae5943c44beece6b59 Mon Sep 17 00:00:00 2001 From: sultanbarys Date: Thu, 18 Jun 2026 14:00:35 +0500 Subject: [PATCH] fix: correct AES key name in error message --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.go b/init.go index 0c11354..7715340 100644 --- a/init.go +++ b/init.go @@ -151,7 +151,7 @@ func init() { ) if strings.TrimSpace(tokenAesKey) == "" { - globals.Logger.Error("PN_PUYOPUYOTETRIS_AES_KEY not set!") + globals.Logger.Error("PN_SPLATOON_AES_KEY not set!") os.Exit(0) }