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)
|
new ReflectionBuilder(REGION_SCHEDULER_CLASS)
|
||||||
.withMethodName("execute")
|
.withMethodName("execute")
|
||||||
.withParameterTypes(Plugin.class, Location.class, Runnable.class)
|
.withParameterTypes(Plugin.class, Location.class, Runnable.class)
|
||||||
.withExpectResult(SCHEDULED_TASK_CLASS)
|
|
||||||
.setStrict(FoliaUtil.isFolia())
|
.setStrict(FoliaUtil.isFolia())
|
||||||
.toMethodReflection();
|
.toMethodReflection();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue