mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-21 17:44:58 -05:00
GPCM: Only display setup msg for Dolphin device ID
This commit is contained in:
parent
dbb52c6ac3
commit
cf3a2edd3e
|
|
@ -460,7 +460,7 @@ func (g *GameSpySession) performLoginWithDatabase(userId uint64, gsbrCode string
|
|||
})
|
||||
}
|
||||
} else if err == database.ErrProhibitedDeviceID {
|
||||
if strings.HasPrefix(g.HostPlatform, "Dolphin") {
|
||||
if strings.HasPrefix(g.HostPlatform, "Dolphin") && deviceId == 0x0403ac68 {
|
||||
g.replyError(GPError{
|
||||
ErrorCode: ErrLogin.ErrorCode,
|
||||
ErrorString: "Prohibited device ID used in signature.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user