maierfelix / POGOserver

Pokemon GO server emulator
GNU General Public License v3.0
460 stars 198 forks source link

Fix import error due to capitalization #166

Closed MrARM closed 8 years ago

MrARM commented 8 years ago

Cannot find module './Pokedex' will come up because linux has a different case check, so it cannot import it.

maierfelix commented 8 years ago

https://github.com/maierfelix/POGOserver/commit/c74728cec2588c943bc97b701943307a736fd4b2 but thanks for the contribution