diff options
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gc_client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 552ca252..1e1cbd1d 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -851,6 +851,7 @@ void chat_enable_mode(int team) chat_mode = CHATMODE_ALL; chat_input.clear(); + inp_clear_events(); } } |