Update nickname again after toggling AFK status

This commit is contained in:
md678685 2018-12-11 13:26:15 +00:00
parent 7b67b3b858
commit 579f554edb
1 changed files with 1 additions and 0 deletions

View File

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