Skip to content

Commit d2ab22f

Browse files
committed
fixed Require
1 parent 66b9aa7 commit d2ab22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miningClientSmall.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local pretty = require "cc.pretty"
33

44
---@class scm
5-
local scm = require("scm")
5+
local scm = require("./scm")
66
---@class SettingManager
77
local sM = scm:load("settingsManager")
88
---@class HelperFunctions

0 commit comments

Comments
 (0)