mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-29 13:24:58 -05:00
CleanUp Code
This commit is contained in:
parent
93a77dfa8e
commit
fd7fefcd0f
|
|
@ -46,12 +46,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Global", "Global", "{76A6EB
|
|||
.travis.yml = .travis.yml
|
||||
cfg.js.example = cfg.js.example
|
||||
Dockerfile = Dockerfile
|
||||
install-windows.bat = install-windows.bat
|
||||
LICENSE = LICENSE
|
||||
package.json = package.json
|
||||
README.md = README.md
|
||||
run-api-windows.bat = run-api-windows.bat
|
||||
run-bot-windows.bat = run-bot-windows.bat
|
||||
run-install-windows.bat = run-install-windows.bat
|
||||
supervisord.conf = supervisord.conf
|
||||
updater.js = updater.js
|
||||
EndProjectSection
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@ import Cell from "./models/World/Cell";
|
|||
import print from "./print";
|
||||
import CFG from "../cfg";
|
||||
|
||||
import {
|
||||
getHashCodeFrom
|
||||
} from "./utils";
|
||||
import { getHashCodeFrom } from "./utils";
|
||||
|
||||
const S2Geo = s2.S2;
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@ import request from "request";
|
|||
import readline from "readline";
|
||||
import POGOProtos from "pokemongo-protobuf";
|
||||
|
||||
import {
|
||||
_toCC,
|
||||
deXOR,
|
||||
inherit,
|
||||
getHashCodeFrom
|
||||
} from "./utils";
|
||||
import { _toCC, deXOR, inherit, getHashCodeFrom } from "./utils";
|
||||
|
||||
import print from "./print";
|
||||
import CFG from "../cfg";
|
||||
|
|
|
|||
|
|
@ -6,11 +6,7 @@ import POGOProtos from "pokemongo-protobuf";
|
|||
import print from "./print";
|
||||
import CFG from "../cfg";
|
||||
|
||||
import {
|
||||
deXOR,
|
||||
validEmail,
|
||||
getHashCodeFrom
|
||||
} from "./utils";
|
||||
import { deXOR, validEmail, getHashCodeFrom } from "./utils";
|
||||
|
||||
/**
|
||||
* @param {Request} req
|
||||
|
|
|
|||
|
|
@ -3,9 +3,7 @@ import POGOProtos from "pokemongo-protobuf";
|
|||
import print from "./print";
|
||||
import CFG from "../cfg";
|
||||
|
||||
import {
|
||||
_toCC
|
||||
} from "./utils";
|
||||
import { _toCC } from "./utils";
|
||||
|
||||
/**
|
||||
* @param {Request} req
|
||||
|
|
|
|||
|
|
@ -10,11 +10,7 @@ import * as shared from "./shared";
|
|||
|
||||
import GameMaster from "./models/GameMaster";
|
||||
|
||||
import {
|
||||
_toCC,
|
||||
capitalize,
|
||||
idToPkmnBundleName
|
||||
} from "./utils";
|
||||
import { _toCC, capitalize, idToPkmnBundleName } from "./utils";
|
||||
|
||||
export function setup() {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user