Update test-notification.ts

This commit is contained in:
かっこかり
2023-09-11 21:12:07 +09:00
committed by GitHub
parent f84ae7d4ef
commit bc2b2bda60
@@ -38,7 +38,7 @@ export function testNotification(type: 'client' | 'server'): void {
// セルフ通知破壊 実績関連 // セルフ通知破壊 実績関連
smashCount++; smashCount++;
if (smashCount >= 7) { if (smashCount >= 10) {
claimAchievement('smashTestNotificationButton'); claimAchievement('smashTestNotificationButton');
smashCount = 0; smashCount = 0;
} }