From 97899e857e2ebe6bf038b8fdfed81fb489d0d0cb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 16:02:49 +0300 Subject: Add empty cashshophandler. --- 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 79c1bffdd..4ef6c6ea6 100644 --- a/src/net/net.cpp +++ b/src/net/net.cpp @@ -55,6 +55,7 @@ Net::BuySellHandler *buySellHandler = nullptr; Net::ServerFeatures *serverFeatures = nullptr; Net::MailHandler *mailHandler = nullptr; Net::AuctionHandler *auctionHandler = nullptr; +Net::CashShopHandler *cashShopHandler = nullptr; Net::AdminHandler *Net::getAdminHandler() { @@ -151,6 +152,11 @@ Net::AuctionHandler *Net::getAuctionHandler() return auctionHandler; } +Net::CashShopHandler *Net::getCashShopHandler() +{ + return cashShopHandler; +} + namespace Net { ServerInfo::Type networkType = ServerInfo::UNKNOWN; -- cgit v1.2.3-60-g2f50