From 9c528459fb9561a74c5ccd1546c1317db3382ee9 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Thu, 18 Sep 2025 18:54:29 +0300 Subject: [PATCH] Function name fix --- GetDropFreeCaseClaimer.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }