fix file loading

dev
Tai @ Flex 2017-03-03 10:46:01 +00:00
parent d6f636bf2f
commit 5156a01cf7
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ See README.md for more information.
--]]
if minetest.setting_getbool("chat_modes.active") then
dofile( minetest.get_modpath("chat_modes".."/api.lua") )
dofile( minetest.get_modpath("chat_modes").."/api.lua" )
end