From 2b4a1387f94f55176b0f4cc4b4ebc229b17811c5 Mon Sep 17 00:00:00 2001 From: CPunch Date: Sun, 27 Sep 2020 12:23:49 -0500 Subject: [PATCH] stubbed BuddyManager --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ea97fa3..02dcccc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,7 +98,7 @@ int main() { NanoManager::init(); NPCManager::init(); TransportManager::init(); - BuddyManager::init(); + // BuddyManager::init(); // stubbed until we have database integration + lots of bug fixes Database::open();