diff --git a/chat2_client.lua b/chat2_client.lua
index 77d7208..6254df7 100644
--- a/chat2_client.lua
+++ b/chat2_client.lua
@@ -181,6 +181,11 @@ end
function onClientResourceStop()
showChat(false)
+
+ if state.activeInputKeyButton then
+ guiSetInputEnabled(false)
+ end
+
removeDebugHook("preFunction", listenForShowChat)
removeDebugHook("preFunction", listenForOutputChatBox)
removeDebugHook("preFunction", listenForClearChatBox)
diff --git a/meta.xml b/meta.xml
index 6e52bfb..633a9b6 100644
--- a/meta.xml
+++ b/meta.xml
@@ -1,5 +1,5 @@
-
+