fix folia player commands
This commit is contained in:
parent
4602351f95
commit
22058a607f
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue