mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +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:":
|
||||
s.client = WIIU
|
||||
s.handleWIIUSGN(bf)
|
||||
case "VITACOGLNK:":
|
||||
s.client = VITA
|
||||
case "VITACOGLNK:", "COGLNK:":
|
||||
s.handlePSNLink(bf)
|
||||
case "DELETE:":
|
||||
token := string(bf.ReadNullTerminatedBytes())
|
||||
|
||||
Reference in New Issue
Block a user