mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-03 08:41:54 -05:00
Bugfix
This commit is contained in:
parent
33cca65938
commit
4fdaf71998
|
|
@ -1,13 +1,13 @@
|
|||
import POGOProtos from "pokemongo-protobuf";
|
||||
|
||||
export default function GetAuthTicket(id, player) {
|
||||
export default function GetAuthTicket(id) {
|
||||
|
||||
let buffer = ({
|
||||
status_code: 53,
|
||||
request_id: id,
|
||||
api_url: "pgorelease.nianticlabs.com/custom",
|
||||
auth_ticket: {
|
||||
start: new Buffer(player.email),
|
||||
start: new Buffer(""),
|
||||
expire_timestamp_ms: ((new Date).getTime() + (1000 * 60 * 30)),
|
||||
end: new Buffer("")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user