This commit is contained in:
Fabian
2021-04-27 21:53:44 +02:00
parent 974bfd13d7
commit 3ec8270392

View File

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