Merge branch '2.x' into 1.13

This commit is contained in:
md678685 2018-12-11 14:31:42 +00:00
commit d95b632884

View file

@ -79,6 +79,7 @@ public class Commandafk extends EssentialsCommand {
if (!msg.isEmpty()) { if (!msg.isEmpty()) {
ess.broadcastMessage(user, msg); ess.broadcastMessage(user, msg);
} }
user.setDisplayNick(); // Set this again after toggling
} }
@Override @Override