proxy method properly

This commit is contained in:
okx-code
2024-02-23 01:45:05 +00:00
parent fa410ca382
commit 83b755580a

View File

@@ -571,7 +571,7 @@ final class ExilePearlCore implements ExilePearlApi {
@Override
public @NotNull LifecycleEventManager<Plugin> getLifecycleManager() {
throw new UnsupportedOperationException();
return plugin.getLifecycleManager();
}
@Override