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

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 {