mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-04 06:21:35 +01:00
Merge pull request #88 from SyntaxBlitz/master
Fix /vanish with no arguments doing nothing
This commit is contained in:
commit
b70f950479
@ -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