Skip to content

Commit d000af4

Browse files
committed
Fix ZeyuCount Failure
1 parent 8ab700d commit d000af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ModAssistant/Classes/ZeyuCount.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ private static bool updateCount(int chance)
6565

6666
if (date != $"{DateTime.Now.Date.Year}-{DateTime.Now.Date.Month}-{DateTime.Now.Date.Day}")
6767
{
68+
date = $"{DateTime.Now.Date.Year}-{DateTime.Now.Date.Month}-{DateTime.Now.Date.Day}";
6869
count = 0;
6970
}
7071

0 commit comments

Comments
 (0)