mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Updated main.cpp for buddy manager init function
This commit is contained in:
parent
7757238a47
commit
9bb19efc99
@ -8,6 +8,7 @@
|
||||
#include "NanoManager.hpp"
|
||||
#include "NPCManager.hpp"
|
||||
#include "TransportManager.hpp"
|
||||
#include "BuddyManager.hpp"
|
||||
#include "Database.hpp"
|
||||
#include "TableData.hpp"
|
||||
#include "ChunkManager.hpp"
|
||||
@ -99,6 +100,7 @@ int main() {
|
||||
NanoManager::init();
|
||||
NPCManager::init();
|
||||
TransportManager::init();
|
||||
BuddyManager::init();
|
||||
|
||||
Database::open();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user