mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-21 17:44:58 -05:00
This commit is contained in:
parent
c2ef0069ed
commit
5f8ea98a3b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user