mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-08-24 01:24:16 -05:00
GPCM: Only display setup msg for Dolphin device ID
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user