Skip to content

Commit

Permalink
Update nickname again after toggling AFK status
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Dec 11, 2018
1 parent 7b67b3b commit 579f554
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -79,6 +79,7 @@ private void toggleAfk(User sender, User user, String message) throws Exception
if (!msg.isEmpty()) {
ess.broadcastMessage(user, msg);
}
user.setDisplayNick(); // Set this again after toggling
}

@Override
Expand Down

0 comments on commit 579f554

Please sign in to comment.