Use spaces around concatenation operators
This commit is contained in:
parent
da264824ee
commit
cf38d4ded1
8
init.lua
8
init.lua
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user