Function name fix

This commit is contained in:
Abhorrent_Anger 2025-09-18 18:54:29 +03:00
parent 50a8b561bf
commit 9c528459fb

View File

@ -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);
}