fix style

This commit is contained in:
swarfeya 2024-01-12 22:04:08 +01:00
parent 64a70ac7a7
commit 495290e0b2

View file

@ -211,7 +211,7 @@ void CPlayer::Tick()
{
SetAfk(true);
// Ensure that the AFK state is not reset again automatically
m_LastPlaytime = time_get() - time_freq() * g_Config.m_SvMaxAfkTime - 1;
m_LastPlaytime = time_get() - time_freq() * g_Config.m_SvMaxAfkTime - 1;
char aBuf[512];
str_format(aBuf, sizeof(aBuf), "'%s' would have timed out, but can use timeout protection now", Server()->ClientName(m_ClientID));