Elytrium / FastMOTD

A MOTD plugin for Velocity that caches network packets. This helps it be the fastest one of the MOTD plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couldn't pass ProxyPingEvent to fastmotd

fadfhkdfga opened this issue · comments

Couldn't pass ProxyPingEvent to fastmotd
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) ~[?:?]
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) ~[?:?]
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) ~[?:?]
at java.base/java.util.Objects.checkIndex(Objects.java:359) ~[?:?]
at java.base/java.util.ArrayList.get(ArrayList.java:427) ~[?:?]
at net.elytrium.fastmotd.FastMOTD.getNextCompat(FastMOTD.java:367) ~[?:?]
at net.elytrium.fastmotd.listener.CompatPingListener.onPing(CompatPingListener.java:36) ~[?:?]
at net.elytrium.fastmotd.listener.Lmbda$39.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity-3.3.0-SNAPSHOT-361.jar:3.3.0-SNAPSHOT (git-fc3bc1f3-b361)]