diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-03 21:13:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-03 21:13:18 +0300 |
commit | af61285030fa17604a0d3812c679c45cdc8c2a5d (patch) | |
tree | 1d37788d1e03b7cca8b20e3d6c4a68ad70ac02c9 /src/net/tmwa/buyingstorehandler.cpp | |
parent | 4546f29469d01fcbb5a030c4cf1746b786b495da (diff) | |
download | plus-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.gz plus-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.bz2 plus-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.xz plus-af61285030fa17604a0d3812c679c45cdc8c2a5d.zip |
Remove network handlers in general handler was deleted.
Diffstat (limited to 'src/net/tmwa/buyingstorehandler.cpp')
-rw-r--r-- | src/net/tmwa/buyingstorehandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/buyingstorehandler.cpp b/src/net/tmwa/buyingstorehandler.cpp index 9ea2a9822..4d028f918 100644 --- a/src/net/tmwa/buyingstorehandler.cpp +++ b/src/net/tmwa/buyingstorehandler.cpp @@ -30,6 +30,11 @@ BuyingStoreHandler::BuyingStoreHandler() buyingStoreHandler = this; } +BuyingStoreHandler::~BuyingStoreHandler() +{ + buyingStoreHandler = nullptr; +} + void BuyingStoreHandler::create(const std::string &name A_UNUSED, const int maxMoney A_UNUSED, const bool flag A_UNUSED, |