1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 23:27:08 +02:00

Fix afk not disabled after command use

This commit is contained in:
snowleo
2011-09-05 04:14:02 +02:00
parent fd6f768cca
commit 998d097d7d

View File

@@ -427,7 +427,6 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
{
ess.broadcastMessage(this, Util.format("userIsNotAway", getDisplayName()));
}
return;
}
lastActivity = System.currentTimeMillis();
}