diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-27 14:34:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-27 14:34:42 +0300 |
commit | beb426326518da97747cb5dce6773a13a96ceb2a (patch) | |
tree | 5ca4a16653ee26d3b9fa38e4c736116d0e836292 /src/gui/setup_other.cpp | |
parent | d36700afb20f14faea02fd77a9ddbd619f3c0d54 (diff) | |
download | plus-beb426326518da97747cb5dce6773a13a96ceb2a.tar.gz plus-beb426326518da97747cb5dce6773a13a96ceb2a.tar.bz2 plus-beb426326518da97747cb5dce6773a13a96ceb2a.tar.xz plus-beb426326518da97747cb5dce6773a13a96ceb2a.zip |
fix reading auction bot integration checkbox.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 74ff37d14..a03ee9c74 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -399,5 +399,6 @@ void Setup_Other::externalUpdated() { reread("showJob"); reread("enableGuildBot"); + reread("enableAuctionBot"); reread("enableBuggyServers"); } |