Skip to content

Commit

Permalink
refac(service): Set the XP delay back up to 60 seconds because i forgor
Browse files Browse the repository at this point in the history
(#87)
  • Loading branch information
Seb committed May 4, 2022
1 parent 5420c80 commit ba6b1a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ExperienceService {
private GeraldConfig config;

private static final Logger LOGGER = Logger.getLogger(ExperienceService.class.getName());
private static final int EXPERIENCE_DELAY = 0; //Delay between incrementing XP in seconds
private static final int EXPERIENCE_DELAY = 60; //Delay between incrementing XP in seconds

public byte[] getExperienceCard(String avatarURL, long xpAchieved, long xpNeeded,
long level, long rank, String username, String discriminator, String barFromColour,
Expand Down

0 comments on commit ba6b1a0

Please sign in to comment.