mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
FlagWatcher no longer wants a JavaPlugin to be constructed
This commit is contained in:
parent
57ebeacdd6
commit
9284990ae1
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class DisguiseAPI {
|
|||
if (disguise.getWatcher() != null) {
|
||||
disguise = disguise.clone();
|
||||
}
|
||||
disguise.constructWatcher(plugin, entity);
|
||||
disguise.constructWatcher(entity);
|
||||
}
|
||||
put(entity, disguise);
|
||||
refresh(entity);
|
||||
|
|
Loading…
Reference in a new issue