summaryrefslogtreecommitdiff
path: root/builtin/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/init.lua')
-rw-r--r--builtin/init.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/builtin/init.lua b/builtin/init.lua
index 9969111b8..4f55e8034 100644
--- a/builtin/init.lua
+++ b/builtin/init.lua
@@ -5,13 +5,11 @@
-- before loading and running any mods.
--
-local core = minetest or engine
-minetest = core
-
-- Initialize some very basic things
print = core.debug
math.randomseed(os.time())
os.setlocale("C", "numeric")
+minetest = core
-- Load other files
local scriptdir = core.get_builtin_path()..DIR_DELIM