mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-25 11:24:22 -05:00
Bug fix
- Fixed https://github.com/maierfelix/POGOserver/pull/105#issue-174324354
This commit is contained in:
parent
4d7b6bf56c
commit
b671dd48b3
|
|
@ -1,6 +1,6 @@
|
|||
import POGOProtos from "pokemongo-protobuf";
|
||||
|
||||
import CFG from "../../../../CFG";
|
||||
import CFG from "../../../../cfg";
|
||||
import print from "../../../print";
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import POGOProtos from "pokemongo-protobuf";
|
||||
|
||||
import CFG from "../../../../CFG";
|
||||
import CFG from "../../../../cfg";
|
||||
import print from "../../../print";
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import POGOProtos from "pokemongo-protobuf";
|
|||
|
||||
import s2 from "s2-geometry";
|
||||
|
||||
import CFG from "../../../../CFG";
|
||||
import CFG from "../../../../cfg";
|
||||
import print from "../../../print";
|
||||
|
||||
const S2Geo = s2.S2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user