mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
properly support PS3 account linking
This commit is contained in:
@@ -65,8 +65,7 @@ func (s *Session) handlePacket(pkt []byte) error {
|
|||||||
case "WIIUSGN:":
|
case "WIIUSGN:":
|
||||||
s.client = WIIU
|
s.client = WIIU
|
||||||
s.handleWIIUSGN(bf)
|
s.handleWIIUSGN(bf)
|
||||||
case "VITACOGLNK:":
|
case "VITACOGLNK:", "COGLNK:":
|
||||||
s.client = VITA
|
|
||||||
s.handlePSNLink(bf)
|
s.handlePSNLink(bf)
|
||||||
case "DELETE:":
|
case "DELETE:":
|
||||||
token := string(bf.ReadNullTerminatedBytes())
|
token := string(bf.ReadNullTerminatedBytes())
|
||||||
|
|||||||
Reference in New Issue
Block a user