mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 19:15:44 +00:00
Merge pull request #88 from SyntaxBlitz/master
Fix /vanish with no arguments doing nothing
This commit is contained in:
commit
b70f950479
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue