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.cpp6
1 files changed, 6 insertions, 0 deletions
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;