mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-18 08:35:44 +01:00
Fix /vanish with no arguments doing nothing
This commit is contained in:
parent
d77f6cbbf1
commit
38a2e2bcfd
@ -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 New Issue
Block a user