mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-14 12:50:13 +00:00
Cancel itself not object
This commit is contained in:
parent
a81b3b1d5f
commit
53051668af
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ public abstract class Disguise {
|
|||
@Override
|
||||
public void run() {
|
||||
if (!isDisguiseInUse() || getEntity() == null) {
|
||||
runnable.cancel();
|
||||
cancel();
|
||||
runnable = null;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue