diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 7034cf31..53648725 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -1109,6 +1109,8 @@ void LocalPlayer::event(const std::string &channel, const Mana::Event &event) } } } + else + Being::event(channel, event); } void LocalPlayer::changeAwayMode() |