diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-30 03:26:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-30 03:26:00 +0300 |
commit | 84941829031cbd707ab28802c7423ce19bfba32e (patch) | |
tree | d1e066e36fa66e9d925cc101acb9fa3e38089113 /src/client.cpp | |
parent | 9f752d5431364c052b364045015d3574da2c320c (diff) | |
download | plus-84941829031cbd707ab28802c7423ce19bfba32e.tar.gz plus-84941829031cbd707ab28802c7423ce19bfba32e.tar.bz2 plus-84941829031cbd707ab28802c7423ce19bfba32e.tar.xz plus-84941829031cbd707ab28802c7423ce19bfba32e.zip |
Add auction bot support switch.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 2e3652188..403dbd7b3 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -23,6 +23,7 @@ #include "client.h" #include "main.h" +#include "auctionmanager.h" #include "chatlogger.h" #include "configuration.h" #include "dropshortcut.h" @@ -795,6 +796,7 @@ int Client::exec() mumbleManager->setServer(mCurrentServer.hostname); GuildManager::init(); + AuctionManager::init(); if (!mConfigAutoSaved) { |