Skip to content

Commit

Permalink
fix: fix server crash when executing console commands (#5250)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAmos authored Jun 2, 2024
1 parent 6fd4cc9 commit 9b498fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
*/
@ServerEvent
final class CommandEvent implements Event {
public final class CommandEvent implements Event {

private Name commandName;
private List<String> parameters;
Expand Down

0 comments on commit 9b498fa

Please sign in to comment.