From 3d1b43ad3c62430a8b274411843e559f0f4ea2e5 Mon Sep 17 00:00:00 2001 From: y Date: Wed, 17 Jul 2019 23:43:23 +0000 Subject: [PATCH] fix spacing --- nodes_hay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes_hay.lua b/nodes_hay.lua index a8fb4d1..847e7d2 100644 --- a/nodes_hay.lua +++ b/nodes_hay.lua @@ -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