]> git.lizzy.rs Git - dragonfireclient.git/commit
Print missing mod dependencies on server start
authorJürgen Doser <jurgen.doser@gmail.com>
Wed, 20 Feb 2013 19:06:39 +0000 (20:06 +0100)
committerJürgen Doser <jurgen.doser@gmail.com>
Wed, 20 Feb 2013 19:06:39 +0000 (20:06 +0100)
commit89b88917a89923b37b629557fdeb54fa0b442bb9
treed6eae81f201f7e0598396f567296a978aa89d0f1
parentfc61c8809b9a1d47d9f117446764107a56cec956
Print missing mod dependencies on server start

i.e., not only the mod with missing dependencies, but also the missing
dependencies itself. (This already used to be the case before the mod
selection gui was added)

Also, mods with unsatisfied dependencies are no longer reported as
mods that could not be found.
src/server.cpp