diff --git a/src/hooks/DispatchUserMessage.cpp b/src/hooks/DispatchUserMessage.cpp index b9779255..4a72250a 100644 --- a/src/hooks/DispatchUserMessage.cpp +++ b/src/hooks/DispatchUserMessage.cpp @@ -246,7 +246,7 @@ if (*identify && sendmsg.test_and_set(300000)) if (state == playerlist::k_EState::DEFAULT) { state = playerlist::k_EState::CAT; - if (*answerIdentify && sendmsg.test_and_set(60000)) + if (*answerIdentify && sendmsg.test_and_set(5000)) chat_stack::Say("!!meow"); } }