properly support PS3 account linking

This commit is contained in:
wish
2023-08-09 22:04:15 +10:00
parent 6c68b2f3ed
commit 86f63d6a38

View File

@@ -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())