diff --git a/GetDropFreeCaseClaimer.user.js b/GetDropFreeCaseClaimer.user.js index cf83008..e5c438e 100644 --- a/GetDropFreeCaseClaimer.user.js +++ b/GetDropFreeCaseClaimer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Get Drop Free Case Claimer // @namespace https://pube.tk -// @version 2025-09-18 +// @version 2025-09-19 // @description Claims free cases // @author Abhorrent_Anger // @match https://getdrop.org/case/free* @@ -23,7 +23,7 @@ function clickFreeCase() { function runRoutines() { console.log('Checking for free coin claims'); - checkFreeCoins(); + clickFreeCase(); setTimeout(runRoutines, RECHECK_TIMER); }