You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/give someblock TAB results in this and disconnects the player typing the command:
2013-05-17 12:27:30 [WARNING] Failed to handle packet for nosefish/79.224.89.132: java.l$
java.lang.ArrayIndexOutOfBoundsException: 3
at PlayerCommands$8.autoComplete(PlayerCommands.java:491)
at Player.autoComplete(Player.java:1057)
at ONetServerHandler.a(ONetServerHandler.java:918)
at OPacket203AutoComplete.a(SourceFile:29)
at OTcpConnection.b(SourceFile:350)
at ONetServerHandler.d(ONetServerHandler.java:44)
at ONetworkListenThread.b(SourceFile:35)
at ODedicatedServerListenThread.b(SourceFile:30)
at OMinecraftServer.r(OMinecraftServer.java:465)
at ODedicatedServer.r(SourceFile:256)
at OMinecraftServer.q(OMinecraftServer.java:375)
at OMinecraftServer.run(OMinecraftServer.java:314)
at OThreadMinecraftServer.run(SourceFile:573)
Note that I pressed tab in a position that is invalid for autocompletion, because a number goes there, not a selection from a list.
The text was updated successfully, but these errors were encountered:
/give someblock TAB
results in this and disconnects the player typing the command:Note that I pressed tab in a position that is invalid for autocompletion, because a number goes there, not a selection from a list.
The text was updated successfully, but these errors were encountered: