afk time 5 minuten

This commit is contained in:
hydrant
2021-04-13 22:35:08 +02:00
parent 3ae9bc398f
commit 95ea09450a

View File

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