Skip to content

Commit

Permalink
Set default cooldown time to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Aug 9, 2024
1 parent 51ecbe3 commit edc3432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/meleeDamage/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const isWaterMob = ref(false) // For impaling damage
// Attack arguments
const critical = ref(false) // Critical hit
const tickAfterLastAttack = ref(20) // For attack cooldown, only for JE
const tickAfterLastAttack = ref(5) // For attack cooldown, only for JE
function getToolsMenuItems() {
const items: MenuItemData[] = definedToolsData.map((tool) => ({
Expand Down

0 comments on commit edc3432

Please sign in to comment.