aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index bc1970d..12a828c 100644
--- a/init.lua
+++ b/init.lua
@@ -1,6 +1,7 @@
atm = {}
atm.balance = {}
atm.pth = minetest.get_worldpath().."/atm_accounts"
+local modpath = minetest.get_modpath("atm")
function atm.showform (player)
atm.readaccounts()
@@ -186,3 +187,4 @@ minetest.register_craft({
{"default:steel_ingot", "default:mese_crystal", "default:steel_ingot"}
}
})
+dofile(modpath .. "/interest.lua")