remss chat messages

This commit is contained in:
Fabian
2021-04-27 21:58:56 +02:00
parent 2338cc2c4b
commit 9840b4c52c
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
}
}
if (afkCounter >= 60) {
if (afkCounter >= 2) {
afkStatus = true;
globalData.IsAfk = afkStatus;
setServerAfkStatus(afkStatus);