mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-12 22:31:02 -05:00
Fix for missing PokeDex module
Fixes Error: Cannot find module './Pokedex' on 'npm run boot'
This commit is contained in:
parent
0eb318debc
commit
eba12109e8
|
|
@ -4,7 +4,7 @@ import Bag from "./Bag";
|
|||
import Info from "./Info";
|
||||
import Party from "./Party";
|
||||
import Avatar from "./Avatar";
|
||||
import Pokedex from "./Pokedex";
|
||||
import Pokedex from "./PokeDex";
|
||||
import Contact from "./Contact";
|
||||
import CandyBag from "./CandyBag";
|
||||
import Tutorial from "./Tutorial";
|
||||
|
|
@ -349,4 +349,4 @@ export default class Player extends MapObject {
|
|||
|
||||
}
|
||||
|
||||
inherit(Player, _packets);
|
||||
inherit(Player, _packets);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user