[antum_entities] init.lua: Fix getting wrong mod path.
This commit is contained in:
parent
bb86baf19c
commit
8df105926c
@ -27,7 +27,7 @@
|
||||
|
||||
antum.entities = {}
|
||||
antum.entities.modname = minetest.get_current_modname()
|
||||
antum.entities.modpath = minetest.get_modpath(antum.modname)
|
||||
antum.entities.modpath = minetest.get_modpath(antum.entities.modname)
|
||||
|
||||
local scripts = {
|
||||
'base', 'peaceful', 'hostile', 'npc'
|
||||
|
Loading…
x
Reference in New Issue
Block a user