1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-07-04 00:30:25 +02:00

[UPDATE] Update register -> core/basic

This commit is contained in:
tacigar
2016-09-14 08:27:13 +09:00
parent 894a1fe35f
commit e276514a6b
2 changed files with 15 additions and 13 deletions

View File

@ -8,4 +8,4 @@ maidroid_core = {}
maidroid_core.modname = "maidroid_core"
maidroid_core.modpath = minetest.get_modpath(maidroid_core.modname)
dofile(maidroid_core.modpath .. "/register.lua")
dofile(maidroid_core.modpath .. "/cores/basic.lua")