From 32a344ef8f062c5fd5ec84321b4975ceba1e377d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 13:20:02 +0300 Subject: Add empty auctionhandler. --- src/net/net.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/net.cpp') diff --git a/src/net/net.cpp b/src/net/net.cpp index aee279a58..79c1bffdd 100644 --- a/src/net/net.cpp +++ b/src/net/net.cpp @@ -54,6 +54,7 @@ Net::BeingHandler *beingHandler = nullptr; Net::BuySellHandler *buySellHandler = nullptr; Net::ServerFeatures *serverFeatures = nullptr; Net::MailHandler *mailHandler = nullptr; +Net::AuctionHandler *auctionHandler = nullptr; Net::AdminHandler *Net::getAdminHandler() { @@ -145,6 +146,11 @@ Net::MailHandler *Net::getMailHandler() return mailHandler; } +Net::AuctionHandler *Net::getAuctionHandler() +{ + return auctionHandler; +} + namespace Net { ServerInfo::Type networkType = ServerInfo::UNKNOWN; -- cgit v1.2.3-60-g2f50