mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-07 15:16:41 +02:00
Merge branch 'master' into release
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user