From c8a7d0843c8c49a0bc697135460cb12568975787 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Sat, 1 Sep 2018 18:00:52 +0200 Subject: [PATCH] yeet --- src/hooks/DispatchUserMessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }