diff options
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r-- | src/actions/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index cf85ad60c..974cc057f 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -560,7 +560,7 @@ impHandler0(chatGuildTab) return true; } -impHandler0(hat) +impHandler(hat) { if (!localPlayer) return false; |