load moveAttributesToMeta.lua before session.lua

This commit is contained in:
Luke aka SwissalpS 2019-11-12 11:44:43 +01:00 committed by GitHub
parent 2a5e10c857
commit 15878a5ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")