fix: vanish self care broken after reconnecting
This commit is contained in:
@@ -38,4 +38,10 @@ public class VanishSelfCare extends EssentialsSelfCare {
|
||||
public void run () {
|
||||
this.runCommand("essentials:vanish " + getUsernameOrBlank() + (this.visible ? "disable" : "enable"));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void cleanup () {
|
||||
super.cleanup();
|
||||
this.isVanished = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user