diff options
Diffstat (limited to 'src/emoteshortcut.cpp')
-rw-r--r-- | src/emoteshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emoteshortcut.cpp b/src/emoteshortcut.cpp index 175b34c3..fe8c929c 100644 --- a/src/emoteshortcut.cpp +++ b/src/emoteshortcut.cpp @@ -63,7 +63,7 @@ void EmoteShortcut::useEmote(int index) { if (mEmotes[index - 1] > 0) { - player_node->emote(mEmotes[index - 1]); + local_player->emote(mEmotes[index - 1]); } } } |