fix folia player commands

This commit is contained in:
Pyrbu 2023-05-26 16:03:03 +01:00
parent 4602351f95
commit 22058a607f

@ -135,7 +135,6 @@ public final class Reflections {
new ReflectionBuilder(REGION_SCHEDULER_CLASS)
.withMethodName("execute")
.withParameterTypes(Plugin.class, Location.class, Runnable.class)
.withExpectResult(SCHEDULED_TASK_CLASS)
.setStrict(FoliaUtil.isFolia())
.toMethodReflection();