Function name fix
This commit is contained in:
parent
50a8b561bf
commit
9c528459fb
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user