Fix for missing PokeDex module

Fixes Error: Cannot find module './Pokedex' on 'npm run boot'
This commit is contained in:
gcsoftware 2016-09-12 16:23:23 -07:00 committed by GitHub
parent 0eb318debc
commit eba12109e8

View File

@ -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);