talamortis / OregonCore-Modules

Modules made for Oregoncore
20 stars 26 forks source link

Module Boss Announcer not compile on Linux #1

Closed ekzobam closed 4 years ago

ekzobam commented 4 years ago

OS: Debian Last core revision Failed open "Config.h" Fix: In file "mod_boss_announcer.cpp" change #include "Config.h" to #include "Config/Config.h"

talamortis commented 4 years ago

Thanks, but that line is invalid too, as its not needed since we do not use config files as they are all DB driven.