diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/statuswindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 5ba7fdea..6114cc41 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -260,6 +260,7 @@ void StatusWindow::event(const std::string &channel, const Mana::Event &event) else if (event.getName() == "UpdateStat") { int id = event.getInt("id"); + if (id == Net::getPlayerHandler()->getJobLocation()) { |