mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +00:00
typo fixed
This commit is contained in:
parent
5e8e9e583d
commit
056fe7160c
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
@ -79,8 +79,8 @@ local is_biofuel_installed = false
|
||||||
if biomass then
|
if biomass then
|
||||||
if biomass.convertible_groups then is_biofuel_installed = true end
|
if biomass.convertible_groups then is_biofuel_installed = true end
|
||||||
end
|
end
|
||||||
local enable_internal_bioduel = minetest.settings:get_bool('airutils.force_enable_biofuel')
|
local enable_internal_biofuel = minetest.settings:get_bool('airutils.force_enable_biofuel')
|
||||||
if not is_biofuel_installed or enable_internal_bioduel then
|
if not is_biofuel_installed or enable_internal_biofuel then
|
||||||
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "airutils_biofuel.lua")
|
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "airutils_biofuel.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue