mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Fix afk not disabled after command use
This commit is contained in:
parent
fd6f768cca
commit
998d097d7d
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue