mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 08:29:44 +00:00
Fix /vanish with no arguments doing nothing
This commit is contained in:
parent
d77f6cbbf1
commit
38a2e2bcfd
1 changed files with 1 additions and 0 deletions
|
@ -669,6 +669,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
|
|||
public void toggleVanished()
|
||||
{
|
||||
final boolean set = !vanished;
|
||||
this.setVanished(set);
|
||||
}
|
||||
|
||||
public boolean checkSignThrottle() {
|
||||
|
|
Loading…
Reference in a new issue