Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
minetest_game
Commits
bc70d2de
Commit
bc70d2de
authored
Jan 17, 2018
by
Milan
Browse files
ooops
parent
88601193
Pipeline
#825
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mods/fire/init.lua
View file @
bc70d2de
...
...
@@ -288,13 +288,8 @@ minetest.register_abm({
-- Enable the following ABMs according to 'enable fire' setting
<<<<<<<
HEAD
local
fire_enabled
=
minetest
.
setting_getbool
(
"enable_fire"
)
=======
--[[
local fire_enabled = minetest.settings:get_bool("enable_fire")
>>>>>>> 2e47e09... fire: remove fire abm's, make fire nodes last 20-30 seconds
if fire_enabled == nil then
-- New setting not specified, check for old setting.
-- If old setting is also not specified, 'not nil' is true.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment