File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
VotingPlugin/src/main/java/com/bencodez/votingplugin
specialrewards/votestreak Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 9191import com .bencodez .votingplugin .signs .Signs ;
9292import com .bencodez .votingplugin .specialrewards .SpecialRewards ;
9393import com .bencodez .votingplugin .specialrewards .votemilestones .VoteMilestonesManager ;
94+ import com .bencodez .votingplugin .specialrewards .votestreak .VoteStreakHandler ;
9495import com .bencodez .votingplugin .test .VoteTester ;
9596import com .bencodez .votingplugin .timequeue .TimeQueueHandler ;
9697import com .bencodez .votingplugin .topvoter .TopVoter ;
106107import com .bencodez .votingplugin .votelog .listeners .VoteShopPurchaseLoggerListener ;
107108import com .bencodez .votingplugin .voteparty .VoteParty ;
108109import com .bencodez .votingplugin .votereminding .VoteReminding ;
109- import com .bencodez .votingplugin .votestreak .VoteStreakHandler ;
110110
111111import lombok .Getter ;
112112import lombok .Setter ;
Original file line number Diff line number Diff line change 1- package com .bencodez .votingplugin .votestreak ;
1+ package com .bencodez .votingplugin .specialrewards . votestreak ;
22
33import lombok .Getter ;
44
Original file line number Diff line number Diff line change 1- package com .bencodez .votingplugin .votestreak ;
1+ package com .bencodez .votingplugin .specialrewards . votestreak ;
22
33import java .lang .reflect .Method ;
44import java .time .LocalDate ;
@@ -580,8 +580,7 @@ public void load(ConfigurationSection root) {
580580 allowMissedAmount , allowMissedPeriod );
581581
582582 plugin .getUserManager ().getDataManager ()
583- .addKey (new UserDataKeyString (plugin .getVoteStreakHandler ().getColumnName (def ))
584- .setColumnType ("MEDIUMTEXT" ));
583+ .addKey (new UserDataKeyString (getColumnName (def )).setColumnType ("MEDIUMTEXT" ));
585584
586585 byId .put (id , def );
587586 ordered .add (def );
Original file line number Diff line number Diff line change 1- package com .bencodez .votingplugin .votestreak ;
1+ package com .bencodez .votingplugin .specialrewards . votestreak ;
22
33public enum VoteStreakType {
44 DAILY ,
You can’t perform that action at this time.
0 commit comments