Update test-notification.ts

This commit is contained in:
かっこかり 2023-09-11 21:12:07 +09:00 committed by GitHub
parent f84ae7d4ef
commit bc2b2bda60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export function testNotification(type: 'client' | 'server'): void {
// セルフ通知破壊 実績関連
smashCount++;
if (smashCount >= 7) {
if (smashCount >= 10) {
claimAchievement('smashTestNotificationButton');
smashCount = 0;
}