summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index 4ef6c6ea6..d8e5c10cf 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -56,6 +56,7 @@ Net::ServerFeatures *serverFeatures = nullptr;
Net::MailHandler *mailHandler = nullptr;
Net::AuctionHandler *auctionHandler = nullptr;
Net::CashShopHandler *cashShopHandler = nullptr;
+Net::FamilyHandler *familyHandler = nullptr;
Net::AdminHandler *Net::getAdminHandler()
{
@@ -157,6 +158,12 @@ Net::CashShopHandler *Net::getCashShopHandler()
return cashShopHandler;
}
+Net::FamilyHandler *Net::getFamilyHandler()
+{
+ return familyHandler;
+}
+
+
namespace Net
{
ServerInfo::Type networkType = ServerInfo::UNKNOWN;