Fix /vanish with no arguments doing nothing

This commit is contained in:
Timothy Aveni 2012-06-21 06:17:26 -04:00
parent d77f6cbbf1
commit 38a2e2bcfd

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