1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-23 23:03:05 +02:00

Fix /vanish with no arguments doing nothing

This commit is contained in:
Timothy Aveni
2012-06-21 06:17:26 -04:00
parent e4419f826b
commit 1f30404ebf

View File

@@ -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() {