GPCM: Fix incorrect TOS ban message
Some checks failed
Build CI / build (push) Has been cancelled

This commit is contained in:
Palapeli 2025-03-07 09:09:23 -05:00
parent c2ef0069ed
commit 5f8ea98a3b
No known key found for this signature in database
GPG Key ID: 1FFE8F556A474925

View File

@ -476,7 +476,7 @@ func (g *GameSpySession) performLoginWithDatabase(userId uint64, gsbrCode string
ErrorCode: ErrLogin.ErrorCode,
ErrorString: "The profile is banned from the service. Reason: " + user.BanReason,
Fatal: true,
WWFCMessage: WWFCMsgKickedCustom,
WWFCMessage: WWFCMsgProfileBannedTOS,
Reason: user.BanReason,
})
} else {