mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-08-20 15:44:36 -05:00
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user