about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/gc_client.cpp1
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();
 	}
 }