summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index 5aab94b8..16f1ee53 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -318,6 +318,10 @@ void PlayerHandler::handleMessage(Net::MessageIn &msg)
player_node->setAction(Being::DEAD);
}
}
+
+ if (statusWindow)
+ statusWindow->updateAttrs();
+
break;
case SMSG_PLAYER_STAT_UPDATE_2: