diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-07 02:37:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-07 02:37:07 +0300 |
commit | cdee031aeb40d8351526de1428dc888f5fb3a49c (patch) | |
tree | e2e003b2040cba080f4f8f3a548e76f23fe00f04 /src/gui/statuswindow.cpp | |
parent | 041a366637449587148dbc263e80340ee5995893 (diff) | |
download | plus-cdee031aeb40d8351526de1428dc888f5fb3a49c.tar.gz plus-cdee031aeb40d8351526de1428dc888f5fb3a49c.tar.bz2 plus-cdee031aeb40d8351526de1428dc888f5fb3a49c.tar.xz plus-cdee031aeb40d8351526de1428dc888f5fb3a49c.zip |
Enable job support by default.
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r-- | src/gui/statuswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 63c2d9331..019d136d4 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -190,7 +190,7 @@ StatusWindow::StatusWindow() : const bool magicBar = Net::getGameHandler()->canUseMagicBar(); const int job = Net::getPlayerHandler()->getJobLocation() - && serverConfig.getValueBool("showJob", false); + && serverConfig.getValueBool("showJob", true); if (magicBar) { |