mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +01:00
add VITASGN:000 to valid login requests
This commit is contained in:
@@ -57,7 +57,7 @@ func (s *Session) handlePacket(pkt []byte) error {
|
||||
case "PS3SGN:100":
|
||||
s.client = PS3
|
||||
s.handlePSSGN(bf)
|
||||
case "VITASGN:100":
|
||||
case "VITASGN:100", "VITASGN:000":
|
||||
s.client = VITA
|
||||
s.handlePSSGN(bf)
|
||||
case "WIIUSGN:100", "WIIUSGN:000":
|
||||
|
||||
Reference in New Issue
Block a user