Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature authored and vectrixdevelops committed Sep 20, 2023
1 parent de70041 commit cb3d515
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command
break;
}

default: player.sendMessage("Usage: /modsettings <send|reset|broadcast>");
default: {
player.sendMessage("Usage: /modsettings <send|reset|broadcast>");
break;
}
}

return true;
Expand Down

1 comment on commit cb3d515

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on cb3d515 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📄 Documentation Deployment

Status:✅ Completed
Environment:preview
URL:https://e3674f74.lunarclient-dev.pages.dev

Please sign in to comment.