diff options
| author | Rui914 <mrrst0914@gmail.com> | 2015-10-31 08:35:27 +0900 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2015-10-31 02:28:06 +0100 |
| commit | 482c4d69b094bddf5e6e10dfc996a972a628850a (patch) | |
| tree | c082bdd029b3682b51d3f04d93b32dab317b05d5 /builtin/game/init.lua | |
| parent | b6dfae02215d7bd61e06ff1999ee3ecb0ec80b9e (diff) | |
| download | minetest-482c4d69b094bddf5e6e10dfc996a972a628850a.tar.xz | |
minetest. to core.
Diffstat (limited to 'builtin/game/init.lua')
| -rw-r--r-- | builtin/game/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/game/init.lua b/builtin/game/init.lua index 3f82f85c7..72e3f009c 100644 --- a/builtin/game/init.lua +++ b/builtin/game/init.lua @@ -1,5 +1,5 @@ -local scriptpath = minetest.get_builtin_path()..DIR_DELIM +local scriptpath = core.get_builtin_path()..DIR_DELIM local commonpath = scriptpath.."common"..DIR_DELIM local gamepath = scriptpath.."game"..DIR_DELIM |
