mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-26 00:10:05 +00:00
switched to dumped XDT & moved to a submodule
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "NPCManager.hpp"
|
||||
#include "TransportManager.hpp"
|
||||
#include "Database.hpp"
|
||||
#include "TableData.hpp"
|
||||
|
||||
#include "settings.hpp"
|
||||
|
||||
@@ -70,6 +71,7 @@ int main() {
|
||||
settings::init();
|
||||
std::cout << "[INFO] Protocol version: " << PROTOCOL_VERSION << std::endl;
|
||||
std::cout << "[INFO] Intializing Packet Managers..." << std::endl;
|
||||
TabledataManager::init();
|
||||
PlayerManager::init();
|
||||
ChatManager::init();
|
||||
CombatManager::init();
|
||||
|
||||
Reference in New Issue
Block a user