fixed attack speed up bug

This commit is contained in:
evanpelle
2024-09-06 15:33:25 -07:00
parent d910837520
commit 31a7ef393d
7 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export const devConfig = new class extends DefaultConfig {
// if (player.isBot()) {
// return 1000
// } else {
// return 10000
// return 1000000
// }
// }
}