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
Describe the bug
Using a @[STAT] command e.g '@ STR' without any parameters will cause an error in GeneralChatHandler.java
To Reproduce
Steps to reproduce the behavior:
Run the server and login
When in-game, type: '@ STR'
Produces error in GeneralChatHandler - ArrayOutOfBoundsException
Expected behavior
I expected the server to handle input with zero parameters.
I expected a message for the player using the command, that it isn't possible to use the command without any parameters or something like that.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using a @[STAT] command e.g '@ STR' without any parameters will cause an error in GeneralChatHandler.java
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the server to handle input with zero parameters.
I expected a message for the player using the command, that it isn't possible to use the command without any parameters or something like that.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: