mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Merge branch '2.x' into 1.13
This commit is contained in:
commit
d95b632884
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue