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())); ess.broadcastMessage(this, Util.format("userIsNotAway", getDisplayName()));
} }
return;
} }
lastActivity = System.currentTimeMillis(); lastActivity = System.currentTimeMillis();
} }