exclude chatcommands from laoding

master
Juraj Vajda 2017-08-13 14:17:22 +02:00
parent a8ee075d03
commit a51f82afb0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ areas.modpath = minetest.get_modpath("areas")
dofile(areas.modpath.."/settings.lua")
dofile(areas.modpath.."/api.lua")
dofile(areas.modpath.."/internal.lua")
dofile(areas.modpath.."/chatcommands.lua")
-- dofile(areas.modpath.."/chatcommands.lua")
dofile(areas.modpath.."/pos.lua")
dofile(areas.modpath.."/interact.lua")
dofile(areas.modpath.."/legacy.lua")