//goto
without arguments throws java.lang.ArrayIndexOutOfBoundsException
#294
Labels
//goto
without arguments throws java.lang.ArrayIndexOutOfBoundsException
#294
Server Implementation
Paper
Server Version
1.20
Describe the bug
When running the
//goto
command without providing any arguments, ajava.lang.ArrayIndexOutOfBoundsException
is thrownTo Reproduce
//goto
command without any additional argumentsExpected behaviour
The correct error message is to be sent to the player
Screenshots / Videos
No response
Error log (if applicable)
https://hastebin.com/share/dalibapoku.ruby
Favs Debugpaste
https://athion.net/ISPaster/paste/view/08afc60f5cca48f9b064356393c0d155
Favs Version
FastAsyncVoxelSniper version 2.9.3
Checklist
Anything else?
In the GotoExecutor the
java.lang.ArrayIndexOutOfBoundsException
is caught.However using
for getting the x- and z-coordinate input throws the new exception
The text was updated successfully, but these errors were encountered: