File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/com/bencodez/votingplugin/topvoter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.bencodez</groupId >
66 <artifactId >votingplugin</artifactId >
7- <version >6.17.5-SNAPSHOT </version >
7+ <version >6.18 </version >
88 <packaging >jar</packaging >
99 <name >VotingPlugin</name >
1010 <properties >
257257 <dependency >
258258 <groupId >com.bencodez</groupId >
259259 <artifactId >advancedcore</artifactId >
260- <version >3.7.12-SNAPSHOT </version >
260+ <version >3.7.12</version >
261261 <scope >compile</scope >
262262 </dependency >
263263 </dependencies >
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ public void onMonthChange(MonthChangeEvent event) {
356356 if (!plugin .getSpecialRewardsConfig ().isVoteStreakRequirementUsePercentage ()
357357 || user .hasPercentageTotal (TopVoter .Monthly ,
358358 plugin .getSpecialRewardsConfig ().getVoteStreakRequirementMonth (),
359- LocalDateTime . now (). minusDays ( 1 ) )) {
359+ lastMonthTime )) {
360360 user .addMonthVoteStreak ();
361361 plugin .getSpecialRewards ().checkVoteStreak (user , "Month" ,
362362 plugin .getBungeeSettings ().isUseBungeecoord ());
You can’t perform that action at this time.
0 commit comments