Remove useless leftover
This commit is contained in:
parent
814a41da93
commit
3f7d76735c
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ public class RCommandDispatcher {
|
||||||
|
|
||||||
getCommandDispatcherMethod = Arrays.stream(RMinecraftServer.getReflection().getClazz().getDeclaredMethods())
|
getCommandDispatcherMethod = Arrays.stream(RMinecraftServer.getReflection().getClazz().getDeclaredMethods())
|
||||||
.filter(m -> m.getReturnType().equals(reflection.getClazz()))
|
.filter(m -> m.getReturnType().equals(reflection.getClazz()))
|
||||||
.distinct()
|
|
||||||
.findAny()
|
.findAny()
|
||||||
.get();
|
.get();
|
||||||
getDispatcherMethod = Arrays.stream(getCommandDispatcherMethod.getReturnType().getDeclaredMethods())
|
getDispatcherMethod = Arrays.stream(getCommandDispatcherMethod.getReturnType().getDeclaredMethods())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue