Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
275 stars 71 forks source link

Cannot build #8

Closed zees-dev closed 4 years ago

zees-dev commented 4 years ago

Facing issues when building on the master branch:

go build

causes the following error: build github.com/Hucaru/Valhalla: cannot load github.com/Hucaru/Valhalla/server/field/droppool: no matching versions for query "latest"

Caused by commit cf9095be4ba9cc2f1d14ff65f6bc04eb81f1ee23 in the server/channel_chat.go file

Hucaru commented 4 years ago

The latest commit is 4f1af2510afd395e6ab0b5f4b913cfcbbb3fe9e1 (3 ahead)

Commit cf9095be4ba9cc2f1d14ff65f6bc04eb81f1ee23 is when I started working on a drop pool but forgot to commit the actual pool

zees-dev commented 4 years ago

You're right, didn't pull the latest code. Thanks.