mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-06 02:51:32 +01:00
Fix afk not disabled after command use
This commit is contained in:
parent
fd6f768cca
commit
998d097d7d
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user