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

Fix afk not disabled after command use

This commit is contained in:
snowleo
2011-09-05 04:14:02 +02:00
parent 5af4ed0084
commit 9c6f4db546

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();
}