Use spaces around concatenation operators

This commit is contained in:
Jude Melton-Houghton 2021-10-03 12:39:31 -04:00
parent da264824ee
commit cf38d4ded1

View File

@ -19,12 +19,12 @@
local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/api.lua")
dofile(modpath .. "/api.lua")
if minetest.settings:get_bool("large_slugs_do_behavior", true) then
dofile(modpath.."/behavior.lua")
dofile(modpath .. "/behavior.lua")
end
dofile(modpath.."/slugs.lua")
dofile(modpath .. "/slugs.lua")
dofile(modpath.."/mapgen.lua")
dofile(modpath .. "/mapgen.lua")