fix: correct AES key name in error message

This commit is contained in:
sultanbarys 2026-06-18 14:00:35 +05:00
parent e4639d4e2c
commit 77c249cc30

View File

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