fix spacing

This commit is contained in:
y 2019-07-17 23:43:00 +00:00
parent 80ca2634c0
commit 8a3a527408
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if( minetest.registered_items["default:dirt_with_grass"]
if not timer:is_started() then
timer:start(math.random(60, 300))
end
end,
end,
})
end