1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-12 03:13:00 +00:00

Use the "cc" module namespace instead of "craftos"

This is what we actually discussed in the issue, and I failed to
remember.
This commit is contained in:
SquidDev
2019-07-27 11:34:36 +01:00
parent a2880b12ca
commit 93310850d2
17 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
local expect
do
local h = fs.open("rom/modules/main/craftos/expect.lua", "r")
local h = fs.open("rom/modules/main/cc/expect.lua", "r")
local f, err = loadstring(h.readAll(), "@expect.lua")
h.close()