Skip to content

Commit

Permalink
Test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KwikKill committed Jan 12, 2024
1 parent dfbc515 commit a4d87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timers/lol.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
return;
}
// if score update hasn't been done since 48h, do it
if (client.lol.scoretimestamp + 172800000 < Date.now()) {
if (client.lol.score_timestamp + 172800000 < Date.now()) {
//if (config.verbose) {
console.log("[Rank Up] updating score...");
//}
Expand Down

0 comments on commit a4d87e1

Please sign in to comment.