Update test-notification.ts
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user