Pass travis build

This commit is contained in:
Louis 2020-02-21 01:37:53 +01:00
parent 0d84703fa8
commit 628429ee31
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored

@ -38,4 +38,3 @@ luac.out
*.i*86
*.x86_64
*.hex

@ -5,4 +5,3 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending

@ -16,6 +16,7 @@ local use_farming = minetest.get_modpath("farming")
local use_farming_redo = use_farming and (farming.mod == "redo") or false
if use_farming and (not use_farming_redo) and toolranks_extras.settings.enable_farming_tools then
if use_farming and (not use_farming_redo)
and toolranks_extras.settings.enable_farming_tools then
dofile(MP.."/hoe.lua")
end