From 560bfd7fa2586f61bfac4aa76e2895621da15e2b Mon Sep 17 00:00:00 2001 From: xomf Date: Fri, 6 Jun 2025 04:39:13 +0000 Subject: [PATCH] Update eCash.lua --- eCash.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eCash.lua b/eCash.lua index 86dbfaa..426d794 100644 --- a/eCash.lua +++ b/eCash.lua @@ -1,5 +1,5 @@ -local basalt = require("../lib/basalt") -local libcredit = require("../lib/libcredit_mobile") +local basalt = require("/lib/basalt") +local libcredit = require("/lib/libcredit_mobile") local username = "" local main = basalt.getMainFrame()