mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 12:01:20 +02:00
Merge pull request #88 from SyntaxBlitz/master
Fix /vanish with no arguments doing nothing
This commit is contained in:
@@ -669,6 +669,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
|
|||||||
public void toggleVanished()
|
public void toggleVanished()
|
||||||
{
|
{
|
||||||
final boolean set = !vanished;
|
final boolean set = !vanished;
|
||||||
|
this.setVanished(set);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean checkSignThrottle() {
|
public boolean checkSignThrottle() {
|
||||||
|
Reference in New Issue
Block a user