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