1
0
mirror of https://github.com/Sokomine/cottages.git synced 2024-11-05 01:50:20 +01:00

fix spacing

This commit is contained in:
y 2019-07-17 23:43:00 +00:00
parent 80ca2634c0
commit 8a3a527408

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