FlagWatcher no longer wants a JavaPlugin to be constructed

This commit is contained in:
Andrew 2013-07-29 11:21:42 +12:00
parent 57ebeacdd6
commit 9284990ae1

View File

@ -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);