FlagWatcher no longer wants a JavaPlugin to be constructed
This commit is contained in:
parent
57ebeacdd6
commit
9284990ae1
@ -82,7 +82,7 @@ public class DisguiseAPI {
|
|||||||
if (disguise.getWatcher() != null) {
|
if (disguise.getWatcher() != null) {
|
||||||
disguise = disguise.clone();
|
disguise = disguise.clone();
|
||||||
}
|
}
|
||||||
disguise.constructWatcher(plugin, entity);
|
disguise.constructWatcher(entity);
|
||||||
}
|
}
|
||||||
put(entity, disguise);
|
put(entity, disguise);
|
||||||
refresh(entity);
|
refresh(entity);
|
||||||
|
Loading…
Reference in New Issue
Block a user