load moveAttributesToMeta.lua before session.lua
This commit is contained in:
parent
2a5e10c857
commit
15878a5ad7
2
init.lua
2
init.lua
@ -31,6 +31,7 @@ local MP = minetest.get_modpath("beerchat")
|
||||
dofile(MP.."/format_message.lua")
|
||||
dofile(MP.."/hooks.lua")
|
||||
dofile(MP.."/storage.lua")
|
||||
dofile(MP.."/moveAttributesToMeta.lua")
|
||||
dofile(MP.."/session.lua")
|
||||
dofile(MP.."/pm.lua")
|
||||
dofile(MP.."/hash.lua")
|
||||
@ -38,7 +39,6 @@ dofile(MP.."/me.lua")
|
||||
dofile(MP.."/whisper.lua")
|
||||
dofile(MP.."/message.lua")
|
||||
dofile(MP.."/chatcommands.lua")
|
||||
dofile(MP.."/moveAttributesToMeta.lua")
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user