afk time reseted

This commit is contained in:
Fabian
2021-04-27 22:08:00 +02:00
parent 9840b4c52c
commit b48e76ba45

View File

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