This commit is contained in:
TotallyNotElite 2018-09-01 18:00:52 +02:00
parent 54e6216c3b
commit c8a7d0843c

View File

@ -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");
}
}